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.
2 parents 3642b93 + 33df166 commit 837309fCopy full SHA for 837309f
test/junit/scala/sys/process/ProcessTest.scala
@@ -83,7 +83,7 @@ class ProcessTest {
83
}
84
85
// a test for A && B where A fails and B is not started
86
- @Test def t10823_short_circuit(): Unit = {
+ @Test def t10823_short_circuit(): Unit = testily {
87
def createFile(prefix: String) = {
88
val file = createTempFile(prefix, "tmp")
89
Files.write(file, List(prefix).asJava, UTF_8)
0 commit comments