Skip to content

Commit ee602cd

Browse files
committed
Skip unreliable stdin test on Windows
1 parent b5941d2 commit ee602cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mix/test/mix/tasks/test_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ defmodule Mix.Tasks.TestTest do
259259
end)
260260
end
261261

262+
@tag :unix
262263
test "does not exit on compilation failure" do
263264
in_fixture("test_stale", fn ->
264265
File.write!("lib/b.ex", """

0 commit comments

Comments
 (0)