From 8e52acdc1bdc74375cf6a23e9ff929690317c3c7 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 15 Jan 2016 19:00:59 -0500 Subject: disable flaky presentation compiler test on Windows see https://github.com/scala/scala-dev/issues/72 for details --- test/files/presentation/doc/doc.scala | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/files/presentation/doc/doc.scala b/test/files/presentation/doc/doc.scala index f2233f1828..ce431910ee 100644 --- a/test/files/presentation/doc/doc.scala +++ b/test/files/presentation/doc/doc.scala @@ -118,6 +118,12 @@ object Test extends InteractiveTest { } } + // The remainder of this test has been found to fail intermittently on Windows + // only. The problem is difficult to isolate and reproduce; see + // https://github.com/scala/scala-dev/issues/72 for details. + // So if we're on Windows, let's just bail out here. + if (scala.util.Properties.isWin) return + // Check inter-classes documentation one-time retrieved ok. val baseSource = findSource("Base.scala") val derivedSource = findSource("Derived.scala") -- cgit v1.2.3