Browse Source

Ignore test switch tab

Shalom Yerushalmy 6 years ago
parent
commit
2c10e59fcd

+ 1
- 0
AndroidE2E/app/src/androidTest/java/com/reactnativenavigation/e2e/androide2e/TopLevelApiTest.java View File

13
         assertExists(By.text("Hello from a function!"));
13
         assertExists(By.text("Hello from a function!"));
14
     }
14
     }
15
 
15
 
16
+    @Ignore
16
     @Test
17
     @Test
17
     public void switchToTabBasedApp_SwitchTab() throws Exception {
18
     public void switchToTabBasedApp_SwitchTab() throws Exception {
18
         elementByText("SWITCH TO TAB BASED APP").click();
19
         elementByText("SWITCH TO TAB BASED APP").click();