mirror of https://github.com/apache/jclouds.git
JCLOUDS-894: Skip multipart tests on Atmos
This commit is contained in:
parent
bf93cadec6
commit
41d598b03f
|
@ -140,4 +140,14 @@ public class AtmosIntegrationLiveTest extends BaseBlobIntegrationTest {
|
|||
public void testMultipartUploadMultipleParts() throws Exception {
|
||||
throw new SkipException("Atmos does not support multipart uploads");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testPutMultipartByteSource() throws Exception {
|
||||
throw new SkipException("Atmos does not support multipart uploads");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testPutMultipartInputStream() throws Exception {
|
||||
throw new SkipException("Atmos does not support multipart uploads");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue