mirror of https://github.com/apache/jclouds.git
JCLOUDS-945: ignore marker prefix test on GCS
This commit is contained in:
parent
230448a454
commit
11c636b6b3
|
@ -89,6 +89,11 @@ public class GoogleCloudStorageContainerIntegrationLiveTest extends BaseContaine
|
|||
throw new SkipException("cannot specify arbitrary markers");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testListMarkerPrefix() throws Exception {
|
||||
throw new SkipException("cannot specify arbitrary markers");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testSetContainerAccess() throws Exception {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue