Skip to content

Commit

Permalink
[FLINK-23047] Ignore CassandraConnectorITCase until the flakiness of …
Browse files Browse the repository at this point in the history
…this test is fixed.

This closes apache#18204.
  • Loading branch information
echauchot authored and tillrohrmann committed Dec 27, 2021
1 parent d08a1d0 commit 509530b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.testcontainers.containers.CassandraContainer;

Expand All @@ -82,6 +83,7 @@

/** IT cases for all cassandra sinks. */
@SuppressWarnings("serial")
@Ignore(value = "Flaky test")
public class CassandraConnectorITCase
extends WriteAheadSinkTestBase<
Tuple3<String, Integer, Integer>,
Expand Down

0 comments on commit 509530b

Please sign in to comment.