]> source.dussan.org Git - nextcloud-server.git/commitdiff
Skip test for unsuported feature for amazon s3
authorRobin Appelman <icewind@owncloud.com>
Fri, 1 Aug 2014 13:06:05 +0000 (15:06 +0200)
committerRobin Appelman <icewind@owncloud.com>
Wed, 17 Sep 2014 13:52:00 +0000 (15:52 +0200)
apps/files_external/tests/amazons3.php

index fb98a1f509c4a75379c02394702c753c73656006..8eaece6dad9d99c3746b4f4e3ce92bddd4a937c5 100644 (file)
@@ -41,4 +41,8 @@ class AmazonS3 extends Storage {
                        $this->instance->rmdir('');
                }
        }
+
+       public function testStat() {
+               $this->markTestSkipped('S3 doesn\'t update the parents folder mtime');
+       }
 }