diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index af3ee65f6c41..fdfca42df8b0 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -311,7 +311,7 @@ class CommunityBuildTest { @Test def utest = projects.utest.run() @Test def sourcecode = projects.sourcecode.run() @Test def oslib = projects.oslib.run() - @Test def oslibWatch = projects.oslibWatch.run() + // @Test def oslibWatch = projects.oslibWatch.run() @Test def stdLib213 = projects.stdLib213.run() @Test def shapeless = projects.shapeless.run() @Test def xmlInterpolator = projects.xmlInterpolator.run()