mirror of https://github.com/apache/jclouds.git
JCLOUDS-805: Skip testListMarkerAfterLastKey
This commit is contained in:
parent
8e9485b7bb
commit
a21d3fb2d6
|
@ -99,4 +99,9 @@ public class GoogleCloudStorageContainerIntegrationLiveTest extends BaseContaine
|
|||
// GoogleCloudStorage does not support directories, rather it supports prefixes which look like directories.
|
||||
throw new SkipException("directories are not supported in GoogleCloudStorage");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testListMarkerAfterLastKey() throws Exception {
|
||||
throw new SkipException("cannot specify arbitrary markers");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue