Skip to content

Commit

Permalink
Temporarily disable a test
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Oct 29, 2021
1 parent d2b8ce9 commit 3e08a19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/multi_platform/Buttons/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ macos_unit_test(
name = "ButtonsMacLogicTests",
bundle_id = "com.google.logic",
minimum_os_version = "10.10",
tags = ["manual"], # https://github.com/bazelbuild/continuous-integration/issues/1273
deps = [":ButtonsMacTestsLib"],
)

Expand All @@ -341,7 +342,7 @@ macos_unit_test(
test_suite(
name = "macOSButtonsTestSuite",
tests = [
":ButtonsMacLogicTests",
# ":ButtonsMacLogicTests",
# ":ButtonsMacTests",
# ":ButtonsMacUITests",
],
Expand Down

0 comments on commit 3e08a19

Please sign in to comment.