Skip to content

Commit

Permalink
[Improve] test
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Dec 28, 2023
1 parent f158cf1 commit c6d6407
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public void testSourceKafkaStartConfig(TestContainer container)
}

@TestTemplate
@DisabledOnContainer(value = {TestContainerId.FLINK_1_13, TestContainerId.SPARK_2_4})
@DisabledOnContainer(value = {TestContainerId.SPARK_2_4})
public void testFakeSourceToKafkaAvroFormat(TestContainer container)
throws IOException, InterruptedException {
Container.ExecResult execResult =
Expand Down Expand Up @@ -388,7 +388,7 @@ public void testFakeSourceToKafkaAvroFormat(TestContainer container)
}

@TestTemplate
@DisabledOnContainer(value = {TestContainerId.FLINK_1_13, TestContainerId.SPARK_2_4})
@DisabledOnContainer(value = {TestContainerId.SPARK_2_4})
public void testKafkaAvroToAssert(TestContainer container)
throws IOException, InterruptedException {
DefaultSeaTunnelRowSerializer serializer =
Expand Down

0 comments on commit c6d6407

Please sign in to comment.