Skip to content

Commit 444ef73

Browse files
committed
Fix the checkstyle
1 parent f0a2ca3 commit 444ef73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blob/blob-client/src/test/java/com/salesforce/multicloudj/blob/client/AbstractBlobStoreIT.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ public void testDelete() throws IOException {
943943

944944
// Note: This tests bulk delete for non-versioned buckets
945945
@Test
946-
@Disabled("Batch replay: exact body stubs; tokens vary. See blob-gcp/docs/BATCH_REPLAY_INVESTIGATION.md")
946+
@Disabled("disable the failed tests")
947947
public void testBulkDelete() throws IOException {
948948
class TestConfig {
949949
final String testName;
@@ -1169,7 +1169,7 @@ public void testBulkVersionedDelete_emptyCollection() throws IOException {
11691169
}
11701170

11711171
@Test
1172-
@Disabled("Batch replay: exact body stubs; tokens vary. See blob-gcp/docs/BATCH_REPLAY_INVESTIGATION.md")
1172+
@Disabled("disable the failed tests")
11731173
public void testBulkVersionedDelete_nonExistingBlob() throws IOException {
11741174
runBulkVersionedDeleteTest(
11751175
"testBulkVersionedDelete_nonExistingBlob",
@@ -1179,7 +1179,7 @@ public void testBulkVersionedDelete_nonExistingBlob() throws IOException {
11791179
}
11801180

11811181
@Test
1182-
@Disabled("Batch replay: exact body stubs; tokens vary. See blob-gcp/docs/BATCH_REPLAY_INVESTIGATION.md")
1182+
@Disabled("disable the failed tests")
11831183
public void testBulkVersionedDelete_happyPath() throws IOException {
11841184
runBulkVersionedDeleteTest(
11851185
"testBulkVersionedDelete_happyPath",
@@ -1189,7 +1189,7 @@ public void testBulkVersionedDelete_happyPath() throws IOException {
11891189
}
11901190

11911191
@Test
1192-
@Disabled("Batch replay: exact body stubs; tokens vary. See blob-gcp/docs/BATCH_REPLAY_INVESTIGATION.md")
1192+
@Disabled("disable the failed tests")
11931193
public void testBulkVersionedDelete_happyPathWithNonExisting() throws IOException {
11941194
runBulkVersionedDeleteTest(
11951195
"testBulkVersionedDelete_happyPathWithNonExisting",
@@ -1199,7 +1199,7 @@ public void testBulkVersionedDelete_happyPathWithNonExisting() throws IOExceptio
11991199
}
12001200

12011201
@Test
1202-
@Disabled("Batch replay: exact body stubs; tokens vary. See blob-gcp/docs/BATCH_REPLAY_INVESTIGATION.md")
1202+
@Disabled("disable the failed tests")
12031203
public void testBulkVersionedDelete_duplicateDeletion() throws IOException {
12041204
runBulkVersionedDeleteTest(
12051205
"testBulkVersionedDelete_duplicateDeletion",

0 commit comments

Comments
 (0)