From 6d60630f08ad1b7aaa93e6d7a3aef4f90c86b038 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 1 Aug 2014 15:06:05 +0200 Subject: [PATCH] Skip test for unsuported feature for amazon s3 --- apps/files_external/tests/amazons3.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/files_external/tests/amazons3.php b/apps/files_external/tests/amazons3.php index fb98a1f509..8eaece6dad 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'); + } }