From e4f91c1fb4d097c89292bf31c98b859d5b9c49b7 Mon Sep 17 00:00:00 2001 From: Anatolii Kmetiuk Date: Tue, 26 Nov 2019 21:47:33 +0100 Subject: [PATCH] Fix #7621 - do not run oslib-watch tests These proved flaky --- .../test/scala/dotty/communitybuild/CommunityBuildTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()