removes a duplicated test case in server_test (#6740)

This commit is contained in:
Lexman 2019-05-20 06:54:41 -07:00 committed by Jeff Mitchell
parent 779bd7cdb5
commit cef2339959

View file

@ -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,