mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
Remove unneeded test
This commit is contained in:
parent
e4f603dfae
commit
ba3fe0c875
@ -514,17 +514,6 @@ func TestBuilder_BuildAndValidate_ConfigFlagsAndEdgecases(t *testing.T) {
|
||||
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",
|
||||
args: []string{
|
||||
|
Loading…
x
Reference in New Issue
Block a user