diff options
Diffstat (limited to 'tests/lib/Archive/ZIPTest.php')
-rw-r--r-- | tests/lib/Archive/ZIPTest.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/lib/Archive/ZIPTest.php b/tests/lib/Archive/ZIPTest.php index 8d639e0d686..ff0155f3d01 100644 --- a/tests/lib/Archive/ZIPTest.php +++ b/tests/lib/Archive/ZIPTest.php @@ -12,14 +12,6 @@ namespace Test\Archive; use OC\Archive\ZIP; class ZIPTest extends TestBase { - protected function setUp() { - parent::setUp(); - - if (\OC_Util::runningOnWindows()) { - $this->markTestSkipped('[Windows] '); - } - } - protected function getExisting() { $dir = \OC::$SERVERROOT . '/tests/data'; return new ZIP($dir . '/data.zip'); |