diff options
author | Robin McCorkell <rmccorkell@owncloud.com> | 2015-09-24 14:33:54 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-20 14:45:16 +0200 |
commit | c98b303a5e0174add16240859880df62a0fb2ac2 (patch) | |
tree | cbfe12305cf63255615574c68597eb5235833098 | |
parent | ad028c555d8517091b60bf9aff97fa0ab22a93ac (diff) | |
download | nextcloud-server-c98b303a5e0174add16240859880df62a0fb2ac2.tar.gz nextcloud-server-c98b303a5e0174add16240859880df62a0fb2ac2.zip |
Skip Swift stat test
-rw-r--r-- | apps/files_external/tests/backends/swift.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_external/tests/backends/swift.php b/apps/files_external/tests/backends/swift.php index 83b27e6e82e..07ee36043b1 100644 --- a/apps/files_external/tests/backends/swift.php +++ b/apps/files_external/tests/backends/swift.php @@ -59,4 +59,8 @@ class Swift extends Storage { parent::tearDown(); } + + public function testStat() { + $this->markTestSkipped('Swift doesn\'t update the parents folder mtime'); + } } |