Просмотр исходного кода

ignoring other tests temporarily to tackle Samsung bugs

Daniel Zlotin 7 лет назад
Родитель
Сommit
4cf4ff1497

+ 2
- 2
AndroidE2E/app/src/androidTest/java/com/reactnativenavigation/e2e/androide2e/ScreenLifecycleTest.java Просмотреть файл

@@ -5,8 +5,9 @@ import android.support.test.uiautomator.By;
5 5
 import org.junit.Ignore;
6 6
 import org.junit.Test;
7 7
 
8
+@Ignore
8 9
 public class ScreenLifecycleTest extends BaseTest {
9
-	@Ignore
10
+
10 11
 	@Test
11 12
 	public void onStartOnStop() throws Exception {
12 13
 		launchTheApp();
@@ -17,7 +18,6 @@ public class ScreenLifecycleTest extends BaseTest {
17 18
 		assertExists(By.text("onStop"));
18 19
 	}
19 20
 
20
-	@Ignore
21 21
 	@Test
22 22
 	public void unmountIsCalledWhenPopped() throws Exception {
23 23
 		launchTheApp();

+ 2
- 0
AndroidE2E/app/src/androidTest/java/com/reactnativenavigation/e2e/androide2e/ScreenStackTest.java Просмотреть файл

@@ -2,8 +2,10 @@ package com.reactnativenavigation.e2e.androide2e;
2 2
 
3 3
 import android.support.test.uiautomator.By;
4 4
 
5
+import org.junit.Ignore;
5 6
 import org.junit.Test;
6 7
 
8
+@Ignore
7 9
 public class ScreenStackTest extends BaseTest {
8 10
 
9 11
 	@Test

+ 1
- 2
AndroidE2E/app/src/androidTest/java/com/reactnativenavigation/e2e/androide2e/TopLevelApiTest.java Просмотреть файл

@@ -5,10 +5,10 @@ import android.support.test.uiautomator.By;
5 5
 import org.junit.Ignore;
6 6
 import org.junit.Test;
7 7
 
8
+@Ignore
8 9
 public class TopLevelApiTest extends BaseTest {
9 10
 
10 11
 	@Test
11
-	@Ignore
12 12
 	public void switchToTabBasedApp_PassPropsFunction() throws Exception {
13 13
 		launchTheApp();
14 14
 		assertMainShown();
@@ -18,7 +18,6 @@ public class TopLevelApiTest extends BaseTest {
18 18
 	}
19 19
 
20 20
 	@Test
21
-	@Ignore
22 21
 	public void switchToTabsWithSideMenu() throws Exception {
23 22
 		launchTheApp();
24 23
 		assertMainShown();