From e9d2bf48e0960bd9f3199d3cb28bfb80d6e47f6e Mon Sep 17 00:00:00 2001 From: Ozan Tezcan Date: Mon, 28 Jul 2025 12:55:09 +0300 Subject: [PATCH] Skip replication test due to flakiness under TSAN (#14225) --- tests/integration/replication-rdbchannel.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/replication-rdbchannel.tcl b/tests/integration/replication-rdbchannel.tcl index 47a2bf501..f3bd6734b 100644 --- a/tests/integration/replication-rdbchannel.tcl +++ b/tests/integration/replication-rdbchannel.tcl @@ -825,7 +825,7 @@ start_server {tags {"repl external:skip"}} { } } -start_server {tags {"repl external:skip"}} { +start_server {tags {"repl external:skip tsan:skip"}} { set master2 [srv 0 client] set master2_host [srv 0 host] set master2_port [srv 0 port]