JCLOUDS-929: Disable delimiter test.

Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/e492ba64
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/e492ba64
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/e492ba64

Branch: refs/heads/master
Commit: e492ba641ad7abd78430e19345f5ca2c4152daeb
Parents: 7be0753
Author: Timur Alperovich <[email protected]>
Authored: Mon Jul 13 14:43:01 2015 -0700
Committer: Timur Alperovich <[email protected]>
Committed: Mon Jul 13 14:43:01 2015 -0700

----------------------------------------------------------------------
 .../integration/GoogleCloudStorageContainerLiveTest.java        | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/e492ba64/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerLiveTest.java
----------------------------------------------------------------------
diff --git 
a/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerLiveTest.java
 
b/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerLiveTest.java
index 5aa033e..490ee35 100644
--- 
a/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerLiveTest.java
+++ 
b/providers/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageContainerLiveTest.java
@@ -39,4 +39,9 @@ public class GoogleCloudStorageContainerLiveTest extends 
BaseContainerLiveTest {
    public void testContainerListWithPrefix() {
       throw new SkipException("Prefix option has not been plumbed down to 
GCS");
    }
+
+   @Override
+   public void testDelimiterList() {
+      throw new SkipException("Prefix option has not been plumbed down to 
GCS");
+   }
 }

Reply via email to