mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-08 14:40:32 +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")
|
f.Skip("skipping slow tests")
|
||||||
}
|
}
|
||||||
if isShardedTestRun() {
|
if isShardedTestRun() {
|
||||||
if currentShardNumber() == 0 {
|
if currentShardNumber() != 0 {
|
||||||
f.Skip("Skipping sharded test")
|
f.Skip("Skipping sharded test")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user