Skip to content

Commit fdf3b2c

Browse files
committed
statistics: fix flaky test TestSyncLoadOnObjectWhichCanNotFoundInStorage
Signed-off-by: Weizhen Wang <[email protected]>
1 parent c54be2c commit fdf3b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/statistics/handle/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ go_test(
5959
embed = [":handle"],
6060
flaky = True,
6161
race = "on",
62-
shard_count = 10,
62+
shard_count = 11,
6363
deps = [
6464
"//pkg/config",
6565
"//pkg/parser/model",

0 commit comments

Comments
 (0)