mvn integration-test -pl google-cloud-storage -Plive \
-Dtest.google-cloud-storage.identity="${JCLOUDS_IDENTITY}" \
-Dtest.google-cloud-storage.credential="${JCLOUDS_CREDENTIAL}" \
-Dtest.blobstore.container-count=1 \
-Dtest=GoogleCloudStorageBlobIntegrationLiveTest#testGetRangeOutOfRange
...
testGetRangeOutOfRange(org.jclouds.googlecloudstorage.blobstore.integration.GoogleCloudStorageBlobIntegrationLiveTest) Time elapsed: 24.139 sec <<< FAILURE!
java.lang.AssertionError: Invalid range not caught
at org.jclouds.blobstore.integration.internal.BaseBlobIntegrationTest.testGetRangeOutOfRange(BaseBlobIntegrationTest.java:376)