Skip to content

Commit

Permalink
tazel: enable for dumpling (#43417)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Apr 26, 2023
1 parent 78e614f commit e1bf433
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions dumpling/export/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ go_test(
data = glob(["**"]),
embed = [":export"],
flaky = True,
shard_count = 50,
deps = [
"//br/pkg/storage",
"//br/pkg/version",
Expand Down
1 change: 0 additions & 1 deletion tools/tazel/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ func skipTazel(path string) bool {

func skipShardCount(path string) bool {
return strings.HasPrefix(path, "tests") ||
strings.HasPrefix(path, "dumpling") ||
strings.HasPrefix(path, "util")
}

0 comments on commit e1bf433

Please sign in to comment.