X Tutup
Skip to content

Commit 27f6852

Browse files
author
Johan Brichau
committed
Set an expected failure for testReadWriteEmptyFileInFolderBinary until fix svenvc/zinc#86 is part of the released version
1 parent 3898940 commit 27f6852

File tree

1 file changed

+6
-0
lines changed
  • repository/Grease-Tests-Pharo-Core.package/GRPlatformTest.extension/instance

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*Grease-Tests-Pharo-Core
2+
expectedFailures
3+
"Fails in Pharo 10 until https://github.com/svenvc/zinc/issues/86 is part of Pharo 10"
4+
^ SystemVersion current major = 10
5+
ifTrue:[ (#testReadWriteEmptyFileInFolderBinary) ]
6+
ifFalse: [ #() ]

0 commit comments

Comments
 (0)
X Tutup