diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-08-01 15:06:05 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-09-17 15:52:00 +0200 |
commit | 6d60630f08ad1b7aaa93e6d7a3aef4f90c86b038 (patch) | |
tree | b288430eb7a770977d36621c01777802be2fb805 /apps | |
parent | 11ac9ce28b1bd9624485a0e197803a61b41d4a29 (diff) | |
download | nextcloud-server-6d60630f08ad1b7aaa93e6d7a3aef4f90c86b038.tar.gz nextcloud-server-6d60630f08ad1b7aaa93e6d7a3aef4f90c86b038.zip |
Skip test for unsuported feature for amazon s3
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_external/tests/amazons3.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_external/tests/amazons3.php b/apps/files_external/tests/amazons3.php index fb98a1f509c..8eaece6dad9 100644 --- a/apps/files_external/tests/amazons3.php +++ b/apps/files_external/tests/amazons3.php @@ -41,4 +41,8 @@ class AmazonS3 extends Storage { $this->instance->rmdir(''); } } + + public function testStat() { + $this->markTestSkipped('S3 doesn\'t update the parents folder mtime'); + } } |