Disable flaky test
Don't have a fix yet, disable to avoid any unwanted flakes. Bug: 35866797 Test: runtest systemui Change-Id: I8865253fbb58f619eb23d1c24c4370e819c58a29
This commit is contained in:
@@ -12,6 +12,7 @@ import android.test.suitebuilder.annotation.SmallTest;
|
||||
|
||||
import com.android.settingslib.net.DataUsageController;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@@ -106,6 +107,7 @@ public class NetworkControllerDataTest extends NetworkControllerBaseTest {
|
||||
TelephonyIcons.QS_DATA_4G);
|
||||
}
|
||||
|
||||
@Ignore("Flaky")
|
||||
@Test
|
||||
public void testDataDisabledIcon() {
|
||||
setupNetworkController();
|
||||
|
||||
Reference in New Issue
Block a user