Skip to content

Commit

Permalink
Disable Android e2e tests while we investigate foundational breakage
Browse files Browse the repository at this point in the history
A `adb: no devices/emulators found` error is occurring and cause every
run to fail. We intend to temporarily disable this job while we
investigate the cause to avoid causing disruptions or confusion for
contributors.
  • Loading branch information
dcalhoun committed Jun 23, 2021
1 parent e0ca21a commit edb581e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rnmobile-android-runner.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: React Native E2E Tests (Android)

# Triggers disabled while we investigate a foundational error is causing all runs
# to fail
on:
pull_request:
push:
branches: [trunk]
branches: []

# Cancels all previous workflow runs for pull requests that have not completed.
concurrency:
Expand Down

0 comments on commit edb581e

Please sign in to comment.