Skip to content

Commit a39f1c5

Browse files
authored
Merge pull request #7623 from lampepfl/anatoliykmetyuk-patch-2
Fix #7621 - do not run oslib-watch tests
2 parents 2cc22d4 + e4f91c1 commit a39f1c5

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)