Skip to content

Commit

Permalink
Automated g4 rollback of changelist 531506258.
Browse files Browse the repository at this point in the history
*** Reason for rollback ***

cl/531511096 addresses the issue in a proper way.

*** Original change description ***

Add "manual" to mozc_objc_test.macos_unit_test.

* 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: 531512979
  • Loading branch information
hiroyuki-komatsu committed May 12, 2023
1 parent 6355cb0 commit 5eb82f7
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 = ["manual"] + MOZC_TAGS.MAC_ONLY + tags,
tags = MOZC_TAGS.MAC_ONLY + tags,
)

register_extension_info(
Expand Down

0 comments on commit 5eb82f7

Please sign in to comment.