Skip to content

Commit

Permalink
Set an expected failure for testReadWriteEmptyFileInFolderBinary until
Browse files Browse the repository at this point in the history
…fix svenvc/zinc#86 is part of the released version
  • Loading branch information
jbrichau committed Apr 3, 2022
1 parent 3898940 commit 27f6852
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*Grease-Tests-Pharo-Core
expectedFailures
"Fails in Pharo 10 until https://github.com/svenvc/zinc/issues/86 is part of Pharo 10"
^ SystemVersion current major = 10
ifTrue:[ (#testReadWriteEmptyFileInFolderBinary) ]
ifFalse: [ #() ]

0 comments on commit 27f6852

Please sign in to comment.