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,6 +13,7 @@ public class TopLevelApiTest extends BaseTest {
13 13
         assertExists(By.text("Hello from a function!"));
14 14
     }
15 15
 
16
+    @Ignore
16 17
     @Test
17 18
     public void switchToTabBasedApp_SwitchTab() throws Exception {
18 19
         elementByText("SWITCH TO TAB BASED APP").click();