summaryrefslogtreecommitdiff
path: root/tests/cluster/tests/21-many-slot-migration.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cluster/tests/21-many-slot-migration.tcl')
-rw-r--r--tests/cluster/tests/21-many-slot-migration.tcl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cluster/tests/21-many-slot-migration.tcl b/tests/cluster/tests/21-many-slot-migration.tcl
index 22020505c..ccfff74e0 100644
--- a/tests/cluster/tests/21-many-slot-migration.tcl
+++ b/tests/cluster/tests/21-many-slot-migration.tcl
@@ -1,5 +1,10 @@
# Tests for many simlutaneous migrations.
+# TODO: Test is currently disabled until it is stabilized (fixing the test
+# itself or real issues in Redis).
+
+if {false} {
+
source "../tests/includes/init-tests.tcl"
source "../tests/includes/utils.tcl"
@@ -56,3 +61,4 @@ test "Keys are accessible" {
}
config_set_all_nodes cluster-allow-replica-migration yes
+}