diff --git a/repository/Seaside-Tests-Pharo-Core.package/WAPharoFileLibraryTest.class/instance/expectedFailures.st b/repository/Seaside-Tests-Pharo-Core.package/WAPharoFileLibraryTest.class/instance/expectedFailures.st deleted file mode 100644 index 69b808924..000000000 --- a/repository/Seaside-Tests-Pharo-Core.package/WAPharoFileLibraryTest.class/instance/expectedFailures.st +++ /dev/null @@ -1,6 +0,0 @@ -testing -expectedFailures - "Fails in Pharo 10 until https://github.com/svenvc/zinc/issues/86 is part of Pharo 10" - ^ SystemVersion current major = 10 - ifTrue:[ #(#testAddAllFilesIn) ] - ifFalse: [ #() ] \ No newline at end of file