mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-25 09:43:20 +01:00
Remove incorrect skip code from the first version of sharding
This commit is contained in:
parent
ce01d4ca5a
commit
02b5e1f7f3
@ -148,10 +148,6 @@ func FuzzTestMultipleUsers(f *testing.F) {
|
||||
}
|
||||
}
|
||||
|
||||
s := os.Getenv("SPLIT_TESTS")
|
||||
if s != "" && s != "BASIC" {
|
||||
f.Skip()
|
||||
}
|
||||
defer testutils.RunTestServer()()
|
||||
// Format:
|
||||
// $Op = $Key;$Device|$Command\n
|
||||
|
Loading…
Reference in New Issue
Block a user