Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 committed Sep 4, 2024
1 parent f997135 commit be3900b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/planner/core/casetest/instanceplancache/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ load("@io_bazel_rules_go//go:def.bzl", "go_test")
go_test(
name = "instanceplancache_test",
timeout = "short",
srcs = ["main_test.go"],
srcs = [
"dml_test.go",
"main_test.go",
],
flaky = True,
shard_count = 3,
deps = ["//pkg/testkit"],
)

0 comments on commit be3900b

Please sign in to comment.