mirror of https://github.com/apache/jclouds.git
parent
edacad2b6e
commit
7b3a300d51
|
@ -29,6 +29,7 @@ import org.jclouds.blobstore.integration.internal.BaseBlobStoreIntegrationTest;
|
|||
import org.jclouds.filesystem.reference.FilesystemConstants;
|
||||
import org.jclouds.filesystem.utils.TestUtils;
|
||||
import org.testng.annotations.Test;
|
||||
import org.testng.SkipException;
|
||||
|
||||
@Test(groups = { "integration" }, singleThreaded = true, testName = "blobstore.FilesystemBlobIntegrationTest")
|
||||
public class FilesystemBlobIntegrationTest extends BaseBlobIntegrationTest {
|
||||
|
@ -87,4 +88,9 @@ public class FilesystemBlobIntegrationTest extends BaseBlobIntegrationTest {
|
|||
super.checkUserMetadata(userMetadata1, userMetadata2);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testSetBlobAccess() throws Exception {
|
||||
throw new SkipException("filesystem does not support anonymous access");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue