Remove wifi related test.
To add these case back, add a success case to avoid empty test error. Bug: 186372528 Test: atest SettingsComponentTest Change-Id: I6d973a244338f67e3d35e9657d1d46eba8ba4501
This commit is contained in:
@@ -43,6 +43,7 @@ import com.android.settings.testutils.CommonUtils;
|
||||
import com.android.settings.testutils.Constants;
|
||||
import com.android.settings.testutils.UiUtils;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@@ -61,7 +62,7 @@ public class WifiSettings2ActivityTest {
|
||||
BatterySaverButtonPreferenceControllerComponentTest.class.getSimpleName();
|
||||
private final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation();
|
||||
|
||||
@Test
|
||||
@Test @Ignore
|
||||
public void test_connect_to_wifi() throws Exception {
|
||||
//For some reason the ActivityScenario gets null activity here
|
||||
mInstrumentation.getTargetContext().startActivity(
|
||||
|
Reference in New Issue
Block a user