JCLOUDS-945: ignore marker prefix test on GCS
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/11c636b6 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/11c636b6 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/11c636b6 Branch: refs/heads/master Commit: 11c636b6b32538e48050476d40b5da9d135c77e8 Parents: 230448a 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/blob/11c636b6/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java ---------------------------------------------------------------------- diff --git a/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java b/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java index bd5afb8..ff7f665 100644 --- a/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerIntegrationLiveTest.java +++ b/providers/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();
