Skip to content

Commit 78831e1

Browse files
committed
fix: ignore example test class entirely
1 parent 064d936 commit 78831e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-cdc-connect/flink-cdc-source-connectors/flink-connector-db2-cdc/src/test/java/org/apache/flink/cdc/connectors/db2/Db2ParallelSourceExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
import static org.testcontainers.containers.Db2Container.DB2_PORT;
3131

3232
/** Example Tests for {@link Db2IncrementalSource}. */
33+
@Disabled("Test ignored because it won't stop and is used for manual test")
3334
class Db2ParallelSourceExampleTest extends Db2TestBase {
3435

3536
@Test
36-
@Disabled("Test ignored because it won't stop and is used for manual test")
3737
void testDb2ExampleSource() throws Exception {
3838
initializeDb2Table("customers", "CUSTOMERS");
3939
Db2IncrementalSource<String> sqlServerSource =

0 commit comments

Comments
 (0)