From f0ea8a57bd5c710f673758c19103263e482cefa1 Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Mon, 6 Jun 2022 10:53:20 +0200 Subject: [PATCH] Removing expected failure since https://github.com/svenvc/zinc/issues/86 has been integrated into pharo 10 --- .../instance/expectedFailures.st | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 repository/Seaside-Tests-Pharo-Core.package/WAPharoFileLibraryTest.class/instance/expectedFailures.st 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