From 6119975d6affddaa6358616e398bffce9437930a Mon Sep 17 00:00:00 2001 From: Isabelle Date: Mon, 6 Apr 2026 18:15:50 -0700 Subject: [PATCH] disabling test files --- .../storage/blob/ImmutableStorageWithVersioningAsyncTests.java | 2 ++ .../azure/storage/blob/ImmutableStorageWithVersioningTests.java | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/ImmutableStorageWithVersioningAsyncTests.java b/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/ImmutableStorageWithVersioningAsyncTests.java index 8be2fcfa3c1e..e88747d3caa8 100644 --- a/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/ImmutableStorageWithVersioningAsyncTests.java +++ b/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/ImmutableStorageWithVersioningAsyncTests.java @@ -53,6 +53,7 @@ import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.Arguments; @@ -84,6 +85,7 @@ import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertTrue; +@Disabled public class ImmutableStorageWithVersioningAsyncTests extends BlobTestBase { private static String vlwContainerName; private static final String ACCOUNT_NAME = ENVIRONMENT.getVersionedAccount().getName(); diff --git a/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/ImmutableStorageWithVersioningTests.java b/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/ImmutableStorageWithVersioningTests.java index 99d4a8d31b48..499dfa176b2e 100644 --- a/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/ImmutableStorageWithVersioningTests.java +++ b/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/ImmutableStorageWithVersioningTests.java @@ -59,6 +59,7 @@ import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.Arguments; @@ -89,6 +90,7 @@ import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertTrue; +@Disabled public class ImmutableStorageWithVersioningTests extends BlobTestBase { private static String vlwContainerName; private static final String ACCOUNT_NAME = ENVIRONMENT.getVersionedAccount().getName();