only if the environment variable RUN_OBJECTSTORE_TESTS is set the object store unit test will be executed

remotes/origin/fix-10825
Thomas Müller 11 years ago
parent a779878657
commit 1a7d80acd7
  1. 3
      tests/lib/files/objectstore/swift.php

@ -31,6 +31,9 @@ class Swift extends \Test\Files\Storage\Storage {
private $objectStorage;
public function setUp() {
if (!getenv('RUN_OBJECTSTORE_TESTS')) {
$this->markTestSkipped('objectstore tests are unreliable on travis');
}
\OC_App::disable('files_sharing');
\OC_App::disable('files_versions');

Loading…
Cancel
Save