Ignore failing tests under com.android.settings.wifi
Bug: 314867581 Test: not needed Change-Id: Id721c8a91baa54c746aba007dd40a086276953e8
This commit is contained in:
@@ -29,6 +29,7 @@ import android.os.UserManager;
|
||||
import androidx.test.core.app.ApplicationProvider;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
@@ -39,6 +40,7 @@ import org.mockito.junit.MockitoRule;
|
||||
import org.robolectric.Robolectric;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
|
||||
@Ignore("b/314867581")
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
public class WifiDppConfiguratorActivityTest {
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ import android.content.Intent;
|
||||
import com.android.settingslib.wifi.WifiRestrictionsCache;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
@@ -37,6 +38,7 @@ import org.mockito.junit.MockitoRule;
|
||||
import org.robolectric.Robolectric;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
|
||||
@Ignore("b/314867581")
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
public class WifiDppEnrolleeActivityTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user