Skip to content

Commit

Permalink
[Improve] Remove unused code (apache#7324)
Browse files Browse the repository at this point in the history
  • Loading branch information
hailin0 authored Aug 7, 2024
1 parent 460e73e commit 7c3cd99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@
import java.util.stream.Stream;

@Slf4j
@DisabledOnContainer(
value = {},
disabledReason = "Override TestSuiteBase @DisabledOnContainer")
public class KafkaIT extends TestSuiteBase implements TestResource {
private static final String KAFKA_IMAGE_NAME = "confluentinc/cp-kafka:7.0.9";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
import static org.awaitility.Awaitility.await;

@Slf4j
@DisabledOnContainer(
value = {},
disabledReason = "Override TestSuiteBase @DisabledOnContainer")
public class KuduIT extends TestSuiteBase implements TestResource {

private static final String IMAGE = "apache/kudu:1.15.0";
Expand Down

0 comments on commit 7c3cd99

Please sign in to comment.