Skip to content

Commit 837309f

Browse files
authored
Merge pull request scala#7477 from som-snytt/issue/sd-589
Exclude process test from windows
2 parents 3642b93 + 33df166 commit 837309f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/junit/scala/sys/process/ProcessTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ProcessTest {
8383
}
8484

8585
// a test for A && B where A fails and B is not started
86-
@Test def t10823_short_circuit(): Unit = {
86+
@Test def t10823_short_circuit(): Unit = testily {
8787
def createFile(prefix: String) = {
8888
val file = createTempFile(prefix, "tmp")
8989
Files.write(file, List(prefix).asJava, UTF_8)

0 commit comments

Comments
 (0)