skip archive tests for now
This commit is contained in:
parent
eedbebd40e
commit
818c24bd45
2 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
require_once 'archive.php';
|
||||
|
||||
if (!OC_Util::runningOnWindows()) {
|
||||
class Test_Archive_TAR extends Test_Archive {
|
||||
protected function getExisting() {
|
||||
$dir = OC::$SERVERROOT . '/tests/data';
|
||||
|
@ -18,3 +19,4 @@ class Test_Archive_TAR extends Test_Archive {
|
|||
return new OC_Archive_TAR(OCP\Files::tmpFile('.tar.gz'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
require_once 'archive.php';
|
||||
|
||||
if (!OC_Util::runningOnWindows()) {
|
||||
class Test_Archive_ZIP extends Test_Archive {
|
||||
protected function getExisting() {
|
||||
$dir = OC::$SERVERROOT . '/tests/data';
|
||||
|
@ -18,3 +19,4 @@ class Test_Archive_ZIP extends Test_Archive {
|
|||
return new OC_Archive_ZIP(OCP\Files::tmpFile('.zip'));
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue