JCLOUDS-929: Disable delimiter test.

This commit is contained in:
Timur Alperovich 2015-07-13 14:43:01 -07:00
parent 7be0753e74
commit e492ba641a
1 changed files with 5 additions and 0 deletions

View File

@ -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");
}
}