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

Commit f3909080 authored by David Saff's avatar David Saff
Browse files

Disable InternetDialogTest to fix master build

Bug: 257089187
Test: abtd (see bug)
Change-Id: I1fd50168438816a8ef063d98624816c7992f2d59
parent 9951b551
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ import com.android.wifitrackerlib.WifiEntry;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -52,6 +53,7 @@ import org.mockito.MockitoSession;

import java.util.List;

@Ignore("b/257089187")
@SmallTest
@RunWith(AndroidTestingRunner.class)
@TestableLooper.RunWithLooper(setAsMainLooper = true)