Skip to content

Commit

Permalink
chore(e2e): Don't run QR Scanner e2e tests on Android (#3936)
Browse files Browse the repository at this point in the history
  • Loading branch information
jh2oman authored Jul 6, 2023
1 parent 855ad7f commit 52f7139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e/src/QRScanner.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { reloadReactNative } from './utils/retries'
import { quickOnboarding, waitForElementId } from './utils/utils'

describe('Given QR Scanner', () => {
// Re-enable for android when react-native-reanimated is updated to v3
// https://linear.app/valora/issue/ENG-76/[wallet]-update-react-native-reanimated-to-v3
describe(':ios: Given QR Scanner', () => {
beforeAll(async () => {
await quickOnboarding()
})
Expand Down

0 comments on commit 52f7139

Please sign in to comment.