This is an automated email from the ASF dual-hosted git repository.

georgew5656 pushed a commit to branch addAzureKillTest
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/addAzureKillTest by this push:
     new d24bdfcd4b2 Extra line
d24bdfcd4b2 is described below

commit d24bdfcd4b231508545e73e6e374224f83444469
Author: George Wu <[email protected]>
AuthorDate: Mon Feb 5 15:32:40 2024 -0500

    Extra line
---
 .../apache/druid/testsEx/indexer/ITAzureV2ParallelIndexTest.java  | 8 --------
 1 file changed, 8 deletions(-)

diff --git 
a/integration-tests-ex/cases/src/test/java/org/apache/druid/testsEx/indexer/ITAzureV2ParallelIndexTest.java
 
b/integration-tests-ex/cases/src/test/java/org/apache/druid/testsEx/indexer/ITAzureV2ParallelIndexTest.java
index af23a623f18..df539eb5903 100644
--- 
a/integration-tests-ex/cases/src/test/java/org/apache/druid/testsEx/indexer/ITAzureV2ParallelIndexTest.java
+++ 
b/integration-tests-ex/cases/src/test/java/org/apache/druid/testsEx/indexer/ITAzureV2ParallelIndexTest.java
@@ -49,12 +49,4 @@ public class ITAzureV2ParallelIndexTest extends 
AbstractAzureInputSourceParallel
   {
     doTest(azureInputSource, new Pair<>(false, false), "azureStorage");
   }
-
-  @Test
-  @Parameters(method = "resources")
-  public void testAzureIndexData_kill(Pair<String, List<?>> azureInputSource) 
throws Exception
-  {
-    String dataSource = doTest(azureInputSource, new Pair<>(false, false), 
"azureStorage");
-    
AbstractAzureInputSourceParallelIndexTest.validateAzureSegmentFilesDeleted("segments"
 + "/" + dataSource);
-  }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to