File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/src/androidTest/java/com/algolia/instantsearch/voice/demo Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ public void clickPermissionButton_displaysPermissionOverlay() {
4242 onView (withId (R .id .voiceInput ))
4343 .check (doesNotExist ());
4444 }
45-
45+ /* Disabled until Virtual Device Testing stops granting permissions before testing,
46+ see https://discuss.bitrise.io/t/why-does-virtual-device-testing-always-grant-permissions-before-testing/6341
4647 @Test
4748 public void clickInputButton_displaysPermissionOverlay() {
4849 // When clicking on the buttonVoice
@@ -55,5 +56,5 @@ public void clickInputButton_displaysPermissionOverlay() {
5556 // the input overlay should not
5657 onView(withId(R.id.voiceInput))
5758 .check(doesNotExist());
58- }
59+ }*/
5960}
You can’t perform that action at this time.
0 commit comments