mirror of https://github.com/apache/jclouds.git
JCLOUDS-929: Disable delimiter test.
This commit is contained in:
parent
7be0753e74
commit
e492ba641a
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue