Skip to content

Commit

Permalink
Revert "fix: hardcode emulator name to fix failing android tests on CI (
Browse files Browse the repository at this point in the history
#8995)"

This reverts commit f76a24a.
  • Loading branch information
chrisleewilcox committed Mar 19, 2024
1 parent f76a24a commit 5b9c16b
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: 'Pixel_5_API_30',
avdName: getAvailableAVDs[0],
},
},
},
Expand Down

0 comments on commit 5b9c16b

Please sign in to comment.