Disable test for Windows

This commit is contained in:
Michiel Borkent 2024-12-20 12:43:33 +01:00
parent c9b9ad64fc
commit 3d909f04b8

View file

@ -195,7 +195,8 @@
(iterator-seq (clojure.lang.RT/iter [1 2 3])))))))
(deftest posix-file-attributes
(= 'java.util.HashSet
(when-not test-utils/windows?
(is (= 'java.util.HashSet
(bb nil
'(do
(import
@ -207,4 +208,4 @@
^"[Ljava.nio.file.LinkOption;"
(into-array LinkOption []))
.permissions
type)))))
type)))))))