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

Commit f477bbc9 authored by Tsung-Mao Fang's avatar Tsung-Mao Fang
Browse files

Ignore broken tests related to wifi tracker lib

Test: run robo test
Bug: 214938188
Change-Id: Iff1dc6270f0fe645fb643d4ad3a8984b2ac9802c
parent 2e121f68
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ import com.android.wifitrackerlib.WifiEntry;
import com.android.wifitrackerlib.WifiPickerTracker;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -49,6 +50,7 @@ import org.robolectric.RobolectricTestRunner;
import org.robolectric.RuntimeEnvironment;

@RunWith(RobolectricTestRunner.class)
@Ignore
public class WifiConnectionPreferenceControllerTest {
    private static final String KEY = "wifi_connection";