Skip to content

Commit

Permalink
protobuf: disable //:cc_proto_blacklist_test (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic committed Feb 6, 2020
1 parent 21c078e commit f02992e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions buildkite/pipelines/protobuf-postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@ platforms:
ubuntu1604:
test_targets:
- "//:all"
# `cc_proto_blacklist_test` only works as `@com_google_protobuf//:cc_proto_blacklist_test`.
# https://github.com/bazelbuild/bazel/issues/10590
- "-//:cc_proto_blacklist_test"
- "@com_google_protobuf//:cc_proto_blacklist_test"
macos:
test_targets:
- "//:all"
# `cc_proto_blacklist_test` only works as `@com_google_protobuf//:cc_proto_blacklist_test`.
# https://github.com/bazelbuild/bazel/issues/10590
- "-//:cc_proto_blacklist_test"
- "@com_google_protobuf//:cc_proto_blacklist_test"
windows:
test_targets:
- "//:all"
# `cc_proto_blacklist_test` only works as `@com_google_protobuf//:cc_proto_blacklist_test`.
# https://github.com/bazelbuild/bazel/issues/10590
- "-//:cc_proto_blacklist_test"
- "@com_google_protobuf//:cc_proto_blacklist_test"

0 comments on commit f02992e

Please sign in to comment.