Skip to content

Commit

Permalink
Exclude failing tests due to xctestrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed Nov 11, 2022
1 parent fc358d6 commit fde8c97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/rules_apple/2.0.0-rc1/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ tasks:
platform: macos
test_targets:
- '@rules_apple//examples/...'
# TODO(balestrapatrick): Re-enable these tests as soon as xctestrunner is bzlmod-compatible.
- '-@rules_apple//examples/ios/Squarer:SquarerTests'
- '-@rules_apple//examples/ios/PrenotCalculator:PrenotCalculatorTests'
- '-@rules_apple//examples/multi_platform/Buttons:ButtonsUITests'
- '-@rules_apple//examples/multi_platform/Buttons:ButtonsTests'
- '-@rules_apple//examples/multi_platform/Buttons:ButtonsLogicTests'

0 comments on commit fde8c97

Please sign in to comment.