diff --git a/azure/storage/blob/core/src/test/java/org/jclouds/azure/storage/blob/integration/AzureBlobIntegrationTest.java b/azure/storage/blob/core/src/test/java/org/jclouds/azure/storage/blob/integration/AzureBlobIntegrationTest.java index 25657c82ab..8cdd95eed8 100755 --- a/azure/storage/blob/core/src/test/java/org/jclouds/azure/storage/blob/integration/AzureBlobIntegrationTest.java +++ b/azure/storage/blob/core/src/test/java/org/jclouds/azure/storage/blob/integration/AzureBlobIntegrationTest.java @@ -45,6 +45,13 @@ import org.testng.annotations.Test; public class AzureBlobIntegrationTest extends BaseBlobIntegrationTest { + @Override + @Test(enabled = false) + public void testGetIfModifiedSince() throws InterruptedException, ExecutionException, + TimeoutException, IOException { + // http://code.google.com/p/jclouds/issues/detail?id=98 + } + @Override @Test(enabled = false) public void testGetStartAt() throws InterruptedException, ExecutionException, TimeoutException,