Skip to content

Commit

Permalink
DBZ-8479 Disable tests broken in async engine suite
Browse files Browse the repository at this point in the history
  • Loading branch information
twthorn committed Dec 2, 2024
1 parent 007e000 commit 7afb3b0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
import org.awaitility.Awaitility;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -883,6 +884,7 @@ public void shouldUseLocalVgtid() throws Exception {
}

@Test
@Ignore // Re-enable once DBZ-8480 is fixed
public void shouldProvideTransactionMetadataWithoutIdOrTransactionTopic() throws Exception {
TestHelper.executeDDL("vitess_create_tables.ddl", TEST_SHARDED_KEYSPACE);
TestHelper.applyVSchema("vitess_vschema.json");
Expand Down Expand Up @@ -949,6 +951,7 @@ public void shouldProvideTransactionMetadataWithoutIdOrTransactionTopic() throws
}

@Test
@Ignore // Re-enable once DBZ-8480 is fixed
public void shouldProvideTransactionMetadataWithoutIdOrTransactionTopicAndUseLocalVgtid() throws Exception {
TestHelper.executeDDL("vitess_create_tables.ddl", TEST_SHARDED_KEYSPACE);
TestHelper.applyVSchema("vitess_vschema.json");
Expand Down

0 comments on commit 7afb3b0

Please sign in to comment.