Skip to content

Commit

Permalink
Mark some tests as Bazel 8 only
Browse files Browse the repository at this point in the history
  • Loading branch information
brentleyjones committed May 17, 2024
1 parent 8db3fad commit 4fb67f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/xcode_config_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,8 @@ def _apple_common_xcode_version_config_constructor_fails_on_bad_input(namer):
_apple_common_xcode_version_config_constructor_fails_on_bad_input_test(
name = "apple_common_xcode_version_config_constructor_fails_on_bad_input",
target_under_test = namer("test"),
# TODO: Remove once we test with Bazel 8+
tags = ["manual"],
)
return ["apple_common_xcode_version_config_constructor_fails_on_bad_input"]

Expand Down Expand Up @@ -673,6 +675,8 @@ def _apple_common_xcode_version_config_constructor(namer):
_apple_common_xcode_version_config_constructor_test(
name = "apple_common_xcode_version_config_constructor",
target_under_test = namer("test"),
# TODO: Remove once we test with Bazel 8+
tags = ["manual"],
)
return ["apple_common_xcode_version_config_constructor"]

Expand Down Expand Up @@ -1130,6 +1134,8 @@ def _invalid_xcode_specified(namer):
_invalid_xcode_specified_test(
name = "invalid_xcode_specified",
target_under_test = "invalid_xcode_specified__foo",
# TODO: Remove once we test with Bazel 8+
tags = ["manual"],
)
return ["invalid_xcode_specified"]

Expand Down

0 comments on commit 4fb67f9

Please sign in to comment.