From 4b3d788ee61ea0011f12c1db42c44a8341a67d80 Mon Sep 17 00:00:00 2001 From: Santhosh Vaiyapuri Date: Wed, 13 Sep 2023 09:55:08 +0200 Subject: [PATCH] chore(react-native): temporarily disable e2e tests --- .github/workflows/react-native-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/react-native-workflow.yml b/.github/workflows/react-native-workflow.yml index 7bb566cfaa..c785242839 100644 --- a/.github/workflows/react-native-workflow.yml +++ b/.github/workflows/react-native-workflow.yml @@ -85,6 +85,7 @@ jobs: test_ios: name: Test iOS needs: build_ios + if: ${{ false }} # temporarily disabled timeout-minutes: 100 runs-on: macos-latest steps: @@ -171,6 +172,7 @@ jobs: test_android: name: Test Android needs: build_android + if: ${{ false }} # temporarily disabled timeout-minutes: 100 runs-on: macos-latest steps: