From c365b074b8f36ebb10dee02c7bcaa0145494ab50 Mon Sep 17 00:00:00 2001 From: Lexman Date: Mon, 20 May 2019 06:54:41 -0700 Subject: [PATCH] removes a duplicated test case in server_test (#6740) --- command/server_test.go | 7 ------- 1 file changed, 7 deletions(-) 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,