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} {