Skip test for unsuported feature for amazon s3

This commit is contained in:
Robin Appelman 2014-08-01 15:06:05 +02:00
parent 11ac9ce28b
commit 6d60630f08
1 changed files with 4 additions and 0 deletions

View 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');
}
}