Repository: jclouds-labs-google Updated Branches: refs/heads/master d99a7d28d -> 40dc9469e
JCLOUDS-805: Skip testListMarkerAfterLastKey Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/commit/40dc9469 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/40dc9469 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/40dc9469 Branch: refs/heads/master Commit: 40dc9469e7eae1ca915c48e3a35681d1e1434e29 Parents: d99a7d2 Author: Andrew Gaul <[email protected]> Authored: Fri Jan 16 10:56:59 2015 -0800 Committer: Andrew Gaul <[email protected]> Committed: Fri Jan 16 10:56:59 2015 -0800 ---------------------------------------------------------------------- .../GoogleCloudStorageContainerIntegrationLiveTest.java | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/40dc9469/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java ---------------------------------------------------------------------- diff --git a/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java b/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java index ed609cb..8ef8cd8 100644 --- a/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java +++ b/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java @@ -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"); + } }
