ports/databases/redis/patches/patch-tests_test_helper_tcl

16 lines
473 B
Text

Disable a test that now fails systematically:
[err]: diskless no replicas drop during rdb pipe in tests/integration/replication.tcl
rdb child didn't terminate
Index: tests/test_helper.tcl
--- tests/test_helper.tcl.orig
+++ tests/test_helper.tcl
@@ -38,7 +38,6 @@ set ::all_tests {
unit/acl
unit/latency-monitor
integration/block-repl
- integration/replication
integration/replication-2
integration/replication-3
integration/replication-4