Remove unneeded test

This commit is contained in:
Michael Montgomery 2021-01-04 19:47:13 -06:00
parent e4f603dfae
commit ba3fe0c875

View File

@ -514,17 +514,6 @@ func TestBuilder_BuildAndValidate_ConfigFlagsAndEdgecases(t *testing.T) {
rt.DataDir = dataDir rt.DataDir = dataDir
}, },
}, },
{
desc: "-http-max-header-bytes",
args: []string{
`-http-max-header-bytes=1`,
`-data-dir=` + dataDir,
},
patch: func(rt *RuntimeConfig) {
rt.HTTPMaxHeaderBytes = 1
rt.DataDir = dataDir
},
},
{ {
desc: "-join", desc: "-join",
args: []string{ args: []string{