We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bd712 commit 8e52acdCopy full SHA for 8e52acd
test/files/presentation/doc/doc.scala
@@ -118,6 +118,12 @@ object Test extends InteractiveTest {
118
}
119
120
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
+
127
// Check inter-classes documentation one-time retrieved ok.
128
val baseSource = findSource("Base.scala")
129
val derivedSource = findSource("Derived.scala")
0 commit comments