JCLOUDS-945: ignore marker prefix test on GCS

This commit is contained in:
Andrew Gaul 2016-10-04 23:03:03 -07:00
parent 230448a454
commit 11c636b6b3
1 changed files with 5 additions and 0 deletions

View File

@ -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 {