From a49b766860fa5c942d2fe6b21e545afb5cdda70c Mon Sep 17 00:00:00 2001 From: Yossi Gottlieb Date: Tue, 22 Jun 2021 14:03:00 +0300 Subject: [PATCH] Remove leftover after CONFIG SET bind change. (#9129) --- tests/unit/introspection.tcl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl index ee188d578..199a8cc30 100644 --- a/tests/unit/introspection.tcl +++ b/tests/unit/introspection.tcl @@ -178,11 +178,6 @@ start_server {tags {"introspection"}} { } } - # TODO: Remove this when CONFIG SET bind "" is fixed. - if {$::external} { - append skip_configs bind - } - set configs {} foreach {k v} [r config get *] { if {[lsearch $skip_configs $k] != -1} {