Skip to content

Commit

Permalink
Disable temporarily Android E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jan 29, 2024
1 parent 9363cf0 commit d3b1207
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rnmobile-android-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ concurrency:
jobs:
test:
runs-on: macos-12
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
# Disable for now until we fix failures in the job.
if: false
# if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
strategy:
matrix:
native-test-name: [gutenberg-editor-rendering]
Expand Down

0 comments on commit d3b1207

Please sign in to comment.