diff --git a/command/server_test.go b/command/server_test.go index c6396fffa8..4722d0f63f 100644 --- a/command/server_test.go +++ b/command/server_test.go @@ -252,13 +252,6 @@ func TestServer(t *testing.T) { 1, "-test-server-config", }, - { - "bad_listener_read_header_timeout_config", - testBaseHCL(t, badListenerReadHeaderTimeout) + inmemHCL, - "Could not parse a time value for http_read_header_timeout", - 1, - "-test-server-config", - }, { "bad_listener_read_timeout_config", testBaseHCL(t, badListenerReadTimeout) + inmemHCL,