Commit c365b074 authored by Lexman's avatar Lexman Committed by Jeff Mitchell
Browse files

removes a duplicated test case in server_test (#6740)

Showing with 0 additions and 7 deletions
+0 -7
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment