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

Commit c1adfd85 authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Temporarily disable the netpolicy unit tests.

Bug: 69916639
Test: N/A
Change-Id: Ia3435ac3ced7e48cccec211a9f9ae4ef2e62de46
parent 3e585ecb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ import com.google.common.util.concurrent.AbstractFuture;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.MethodRule;
@@ -182,6 +183,7 @@ import java.util.stream.Collectors;
    "com.android.frameworks.servicestests/android.support.test.runner.AndroidJUnitRunner"
 * </code></pre>
 */
@Ignore
@RunWith(AndroidJUnit4.class)
@MediumTest
public class NetworkPolicyManagerServiceTest {