Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c03ecfd authored by Fan Wu's avatar Fan Wu
Browse files

Ignore test case with InitializationError

See this run for example:https://android-build.corp.google.com/test_investigate/?invocationId=I49700010276869184&testResultId=TR14429303618451319

Bug: 340657656

Test: atest
Change-Id: I89815f40ac8f3fedb0ddd2127e12412ff2dd7fce
parent 4fc959d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,10 +23,12 @@ import androidx.test.ext.junit.runners.AndroidJUnit4;
import com.android.settingslib.net.DataUsageController.DataUsageInfo;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@RunWith(AndroidJUnit4.class)
@Ignore("b/340657656")
public class DataUsageInfoControllerTest {

    private static final int ZERO = 0;