Merge "Ignore failing tests of WifiDialogActivityTest" into main

This commit is contained in:
Yanting Yang
2023-12-07 03:52:33 +00:00
committed by Android (Google) Code Review

View File

@@ -58,6 +58,7 @@ import org.mockito.MockitoAnnotations;
import org.robolectric.Robolectric;
import org.robolectric.RobolectricTestRunner;
@Ignore("b/314867581")
@RunWith(RobolectricTestRunner.class)
public class WifiDialogActivityTest {
@@ -90,7 +91,6 @@ public class WifiDialogActivityTest {
WifiDialogActivity mActivity;
@Ignore("b/314867581")
@Before
public void setUp() {
MockitoAnnotations.initMocks(this);