Skip to content

Commit

Permalink
[Improve] kafka avro e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Dec 28, 2023
1 parent 2b93dfd commit 886a416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public void testFakeSourceToKafkaAvroFormat(TestContainer container)
}

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

0 comments on commit 886a416

Please sign in to comment.