removes a duplicated test case in server_test (#6740)
This commit is contained in:
parent
779bd7cdb5
commit
cef2339959
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue