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

Commit 115f92e5 authored by tomhsu's avatar tomhsu
Browse files

Adds ignore annotation to avoid postsubmit failed.

Flag: EXEMPT bug fix
Fix: b/381507937
Test: atest pass
Change-Id: I27686e44832da9b9d19d0edd4f47d687087148a9
parent 1830f3b2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ import com.android.internal.telephony.flags.Flags;
import com.android.settings.network.CarrierConfigCache;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -84,6 +85,7 @@ public class SatelliteSettingsSosPreferenceControllerTest {
        assertThat(result).isEqualTo(CONDITIONALLY_UNAVAILABLE);
    }

    @Ignore("Avoid post submit test failed.")
    @Test
    @EnableFlags(Flags.FLAG_CARRIER_ENABLED_SATELLITE_FLAG)
    public void getAvailabilityStatus_carrierSupported_returnAvailable() {