Revert "[Settings] Ignore some failure test cases"
This reverts commit c9db203edd
.
Reason for revert: Try to see how many test cases can be passed.
Change-Id: I6499c6499d4f30718d18ca03e02cf1f5e4b7918e
This commit is contained in:
committed by
Android (Google) Code Review
parent
c9db203edd
commit
1dd47d5c1d
@@ -34,7 +34,6 @@ import androidx.test.ext.junit.runners.AndroidJUnit4;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
@@ -77,7 +76,6 @@ public class RequestToggleWiFiActivityTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void getAppLabel_nullPackageName_returnNull() {
|
||||
fakeCallingPackage(null);
|
||||
|
||||
@@ -85,7 +83,6 @@ public class RequestToggleWiFiActivityTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void getAppLabel_settingsPackageName_returnNotNull() {
|
||||
fakeCallingPackage("com.android.settings");
|
||||
|
||||
|
Reference in New Issue
Block a user