mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-22 14:18:43 +01:00
Fix incorrect logic with skipping the fuzz test
This commit is contained in:
parent
7e580888d2
commit
102a3b54ac
@ -143,7 +143,7 @@ func FuzzTestMultipleUsers(f *testing.F) {
|
||||
f.Skip("skipping slow tests")
|
||||
}
|
||||
if isShardedTestRun() {
|
||||
if currentShardNumber() == 0 {
|
||||
if currentShardNumber() != 0 {
|
||||
f.Skip("Skipping sharded test")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user