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

Commit be605ff4 authored by David Saff's avatar David Saff Committed by Android (Google) Code Review
Browse files

Merge "Disable InternetDialogTest to fix master build"

parents fcf210b7 f3909080
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)