Repository: jclouds-labs-google Updated Branches: refs/heads/master aaccebe73 -> 160f00ef1
JCLOUDS-945: ignore marker prefix test on GCS 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/160f00ef Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/160f00ef Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/160f00ef Branch: refs/heads/master Commit: 160f00ef1f5cccd82f1e055d86f3842c27db62a7 Parents: aaccebe Author: Andrew Gaul <[email protected]> Authored: Tue Oct 4 23:03:03 2016 -0700 Committer: Andrew Gaul <[email protected]> Committed: Tue Oct 4 23:03:03 2016 -0700 ---------------------------------------------------------------------- .../GoogleCloudStorageContainerIntegrationLiveTest.java | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/160f00ef/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 bd5afb8..ff7f665 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 @@ -90,6 +90,11 @@ public class GoogleCloudStorageContainerIntegrationLiveTest extends BaseContaine } @Override + public void testListMarkerPrefix() throws Exception { + throw new SkipException("cannot specify arbitrary markers"); + } + + @Override public void testSetContainerAccess() throws Exception { try { super.testSetContainerAccess();
