Skip to content

Commit

Permalink
bazel: don't shard kvserver test
Browse files Browse the repository at this point in the history
The `exclusive` tag here prevents the shards from running concurrently.
See cockroachdb#65407, cockroachdb#65582.

Release note: None
  • Loading branch information
rickystewart committed Nov 23, 2021
1 parent e85866e commit b0f95d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kv/kvserver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ go_test(
],
data = glob(["testdata/**"]),
embed = [":kvserver"],
shard_count = 16,
tags = ["exclusive"],
deps = [
"//pkg/base",
Expand Down

0 comments on commit b0f95d2

Please sign in to comment.