Repository: jclouds-labs-google
Updated Branches:
  refs/heads/master 7586e8902 -> 9c2d5ce95


JCLOUDS-894: Disable MultipartUploads tests


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

Branch: refs/heads/master
Commit: 9c2d5ce954ee7427dce77306800f265e0e28cf53
Parents: 7586e89
Author: Daniel Broudy <[email protected]>
Authored: Fri May 29 16:36:08 2015 -0700
Committer: Andrew Gaul <[email protected]>
Committed: Mon Jun 1 15:52:53 2015 -0700

----------------------------------------------------------------------
 ...ogleCloudStorageBlobIntegrationLiveTest.java | 21 ++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/9c2d5ce9/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageBlobIntegrationLiveTest.java
----------------------------------------------------------------------
diff --git 
a/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageBlobIntegrationLiveTest.java
 
b/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageBlobIntegrationLiveTest.java
index c878e52..783bb07 100644
--- 
a/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageBlobIntegrationLiveTest.java
+++ 
b/google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/blobstore/integration/GoogleCloudStorageBlobIntegrationLiveTest.java
@@ -94,15 +94,24 @@ public class GoogleCloudStorageBlobIntegrationLiveTest 
extends BaseBlobIntegrati
    }
 
    @Override
-   @Test(enabled = false)
-   public void testFileGetParallel() throws SkipException {
-      // Implement Parallel uploads
+   @Test(groups = { "integration", "live" })
+   public void testMultipartUploadSinglePart() throws SkipException {
+      throw new SkipException("Implement MultipartUploads uploads");
+      // TODO: Implement MultipartUploads uploads
    }
 
    @Override
-   @Test(enabled = false)
-   public void testPutFileParallel() throws SkipException {
-      // Implement Parallel uploads
+   @Test(groups = { "integration", "live" })
+   public void testMultipartUploadMultipleParts() throws SkipException {
+      throw new SkipException("Implement MultipartUploads uploads");
+      // TODO: Implement MultipartUploads uploads
+   }
+
+   @Override
+   @Test(groups = { "integration", "live" })
+   public void testMultipartUploadNoPartsAbort() throws SkipException {
+      throw new SkipException("Implement MultipartUploads uploads");
+      // TODO: Implement MultipartUploads uploads
    }
 
    @Override

Reply via email to