Skip to content

Commit

Permalink
Disable REPL tests on Darwin for now. (#16441)
Browse files Browse the repository at this point in the history
It's failing too often.
  • Loading branch information
bzbarsky-apple authored Mar 18, 2022
1 parent 472c351 commit cfd5bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
BUILD_VARIANT: ${{matrix.build_variant}}
TSAN_OPTIONS: "halt_on_error=1"

if: github.actor != 'restyled-io[bot]'
if: github.actor != 'restyled-io[bot]' && false
runs-on: macos-latest

steps:
Expand Down

0 comments on commit cfd5bf0

Please sign in to comment.