Skip test for unsuported feature for amazon s3
This commit is contained in:
parent
11ac9ce28b
commit
6d60630f08
|
@ -41,4 +41,8 @@ class AmazonS3 extends Storage {
|
||||||
$this->instance->rmdir('');
|
$this->instance->rmdir('');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testStat() {
|
||||||
|
$this->markTestSkipped('S3 doesn\'t update the parents folder mtime');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue