Skip to content

Commit

Permalink
chore(react-native): temporarily disable e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshvai committed Sep 13, 2023
1 parent 1959830 commit 4b3d788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/react-native-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4b3d788

Please sign in to comment.