Skip to content

Commit

Permalink
Merge #61655
Browse files Browse the repository at this point in the history
61655: bazel: remove `broken_in_bazel` tag from some working tests r=rickystewart a=rickystewart

These tests happen to work now (or maybe they were always working?), so
mark them as working so CI can track them.

Release justification: Non-production code changes
Release note: None

Co-authored-by: Ricky Stewart <ricky@cockroachlabs.com>
  • Loading branch information
craig[bot] and rickystewart committed Mar 8, 2021
2 parents aeaa6b2 + f7e3aa8 commit e050d6a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion pkg/ccl/changefeedccl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ go_test(
"validations_test.go",
],
embed = [":changefeedccl"],
tags = ["broken_in_bazel"],
deps = [
"//pkg/base",
"//pkg/blobs",
Expand Down
1 change: 0 additions & 1 deletion pkg/cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ go_test(
],
data = glob(["testdata/**"]),
embed = [":cli"],
tags = ["broken_in_bazel"],
deps = [
"//pkg/base",
"//pkg/build",
Expand Down
1 change: 0 additions & 1 deletion pkg/geo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ go_test(
"parse_test.go",
],
embed = [":geo"],
tags = ["broken_in_bazel"],
deps = [
"//pkg/geo/geopb",
"@com_github_cockroachdb_errors//:errors",
Expand Down
1 change: 0 additions & 1 deletion pkg/sql/opt/invertedidx/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ go_test(
"geo_test.go",
"json_array_test.go",
],
tags = ["broken_in_bazel"],
deps = [
":invertedidx",
"//pkg/geo",
Expand Down
1 change: 0 additions & 1 deletion pkg/sql/sem/builtins/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ go_test(
],
data = glob(["testdata/**"]),
embed = [":builtins"],
tags = ["broken_in_bazel"],
deps = [
"//pkg/base",
"//pkg/kv",
Expand Down
1 change: 0 additions & 1 deletion pkg/sql/sem/tree/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ go_test(
],
data = glob(["testdata/**"]),
embed = [":tree"],
tags = ["broken_in_bazel"],
deps = [
"//pkg/internal/rsg",
"//pkg/kv",
Expand Down
1 change: 0 additions & 1 deletion pkg/util/encoding/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ go_test(
"printer_test.go",
],
embed = [":encoding"],
tags = ["broken_in_bazel"],
deps = [
"//pkg/geo",
"//pkg/geo/geopb",
Expand Down

0 comments on commit e050d6a

Please sign in to comment.