Skip to content

Commit

Permalink
Add "manual" to mozc_objc_test.macos_unit_test.
Browse files Browse the repository at this point in the history
* Suppress the CI error on GitHub Actions.
* To address the root cause we probably need to update the upstream of google-toolbox-for-mac.
  + google/google-toolbox-for-mac#407

#codehealth

PiperOrigin-RevId: 531506258
  • Loading branch information
hiroyuki-komatsu committed May 12, 2023
1 parent efa18ab commit e85d8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def mozc_objc_test(
size = size,
visibility = visibility,
target_compatible_with = ["@platforms//os:macos"],
tags = MOZC_TAGS.MAC_ONLY + tags,
tags = ["manual"] + MOZC_TAGS.MAC_ONLY + tags,
)

register_extension_info(
Expand Down

0 comments on commit e85d8cb

Please sign in to comment.