summaryrefslogtreecommitdiffstats
path: root/tests/lib/Archive/TARTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Archive/TARTest.php')
-rw-r--r--tests/lib/Archive/TARTest.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/lib/Archive/TARTest.php b/tests/lib/Archive/TARTest.php
index 998ce201e72..7575f6c5176 100644
--- a/tests/lib/Archive/TARTest.php
+++ b/tests/lib/Archive/TARTest.php
@@ -12,14 +12,6 @@ namespace Test\Archive;
use OC\Archive\TAR;
class TARTest extends TestBase {
- protected function setUp() {
- parent::setUp();
-
- if (\OC_Util::runningOnWindows()) {
- $this->markTestSkipped('[Windows] tar archives are not supported on Windows');
- }
- }
-
protected function getExisting() {
$dir = \OC::$SERVERROOT . '/tests/data';
return new TAR($dir . '/data.tar.gz');