Fix flaky test on Windows
This commit is contained in:
parent
294cfe403c
commit
8387109166
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@
|
|||
(list 'shell {:continue true}
|
||||
(str ls-cmd " foobar"))
|
||||
(list 'println :hello))}}
|
||||
(is (= :hello (bb "foo")))))))
|
||||
(is (str/includes? (test-utils/bb nil "foo") ":hello"))))))
|
||||
|
||||
(deftest ^:skip-windows unix-task-test
|
||||
(testing "shell pipe test"
|
||||
|
|
|
|||
Loading…
Reference in a new issue