Skip to content

Commit 8e52acd

Browse files
committed
disable flaky presentation compiler test on Windows
see scala/scala-dev#72 for details
1 parent f6bd712 commit 8e52acd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/files/presentation/doc/doc.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ object Test extends InteractiveTest {
118118
}
119119
}
120120

121+
// The remainder of this test has been found to fail intermittently on Windows
122+
// only. The problem is difficult to isolate and reproduce; see
123+
// https://github.com/scala/scala-dev/issues/72 for details.
124+
// So if we're on Windows, let's just bail out here.
125+
if (scala.util.Properties.isWin) return
126+
121127
// Check inter-classes documentation one-time retrieved ok.
122128
val baseSource = findSource("Base.scala")
123129
val derivedSource = findSource("Derived.scala")

0 commit comments

Comments
 (0)