DBZ-4145 Skip failing test for wal2json

This commit is contained in:
Anisha Mohanty 2021-10-14 15:53:25 +05:30 committed by Gunnar Morling
parent 2a63523bde
commit 310a0b6ef3

View File

@ -1963,6 +1963,7 @@ public void customSnapshotterSkipsTablesOnRestart() throws Exception {
@Test
@FixFor("DBZ-2094")
@SkipWhenDecoderPluginNameIs(value = SkipWhenDecoderPluginNameIs.DecoderPluginName.WAL2JSON, reason = "Unstable with WAL2JSON plugin, leads to long build time and fails after 6h")
public void customSnapshotterSkipsTablesOnRestartWithConcurrentTx() throws Exception {
final LogInterceptor logInterceptor = new LogInterceptor();