Skip to content

Commit e4f91c1

Browse files
Fix #7621 - do not run oslib-watch tests
These proved flaky
1 parent 2cc22d4 commit e4f91c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ class CommunityBuildTest {
311311
@Test def utest = projects.utest.run()
312312
@Test def sourcecode = projects.sourcecode.run()
313313
@Test def oslib = projects.oslib.run()
314-
@Test def oslibWatch = projects.oslibWatch.run()
314+
// @Test def oslibWatch = projects.oslibWatch.run()
315315
@Test def stdLib213 = projects.stdLib213.run()
316316
@Test def shapeless = projects.shapeless.run()
317317
@Test def xmlInterpolator = projects.xmlInterpolator.run()

0 commit comments

Comments
 (0)