Skip to content

Commit

Permalink
hardcode emulator name to fix failing android tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleewilcox committed Mar 19, 2024
1 parent 644d95b commit b22001d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = {
'android.emulator': {
type: 'android.emulator',
device: {
avdName: getAvailableAVDs[0],
avdName: 'Pixel_5_API_30',
},
},
},
Expand Down

0 comments on commit b22001d

Please sign in to comment.