From d3b1207d86f17067cc880a45dd47c7b60c0903aa Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Mon, 29 Jan 2024 13:12:06 +0100 Subject: [PATCH] Disable temporarily Android E2E tests --- .github/workflows/rnmobile-android-runner.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rnmobile-android-runner.yml b/.github/workflows/rnmobile-android-runner.yml index e0a3b9639cf389..2a4ac7d0f76caa 100644 --- a/.github/workflows/rnmobile-android-runner.yml +++ b/.github/workflows/rnmobile-android-runner.yml @@ -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]