diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-08-01 15:06:05 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-10-01 13:15:20 +0200 |
commit | 3a4ac2caa110468c0b7ff9f075be717ed9838340 (patch) | |
tree | ff22cd3cfdbe313f913849169d4e7aad9a5aad9c /apps/files_external/tests | |
parent | 67b9edeeb7d624475944f7f4a3f0e338533eb5ed (diff) | |
download | nextcloud-server-3a4ac2caa110468c0b7ff9f075be717ed9838340.tar.gz nextcloud-server-3a4ac2caa110468c0b7ff9f075be717ed9838340.zip |
Skip test for unsuported feature for amazon s3
Diffstat (limited to 'apps/files_external/tests')
-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'); + } } |