JCLOUDS-805: Skip testListMarkerAfterLastKey

This commit is contained in:
Andrew Gaul 2015-01-16 10:56:59 -08:00
parent 8e9485b7bb
commit a21d3fb2d6
1 changed files with 5 additions and 0 deletions

View File

@ -99,4 +99,9 @@ public class GoogleCloudStorageContainerIntegrationLiveTest extends BaseContaine
// GoogleCloudStorage does not support directories, rather it supports prefixes which look like directories. // GoogleCloudStorage does not support directories, rather it supports prefixes which look like directories.
throw new SkipException("directories are not supported in GoogleCloudStorage"); throw new SkipException("directories are not supported in GoogleCloudStorage");
} }
@Override
public void testListMarkerAfterLastKey() throws Exception {
throw new SkipException("cannot specify arbitrary markers");
}
} }