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

Commit 7437b4fc authored by Manjeet Rulhania's avatar Manjeet Rulhania Committed by Android (Google) Code Review
Browse files

Merge "Disable `DeviceConfigTest.syncDisabling` to unblock." into main

parents a3fc121a 33552e75
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ import androidx.test.runner.AndroidJUnit4;

import org.junit.After;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -881,6 +882,7 @@ public class DeviceConfigTest {
    }

    @Test
    @Ignore("b/300174188")
    public void syncDisabling() throws Exception {
        Properties properties1 = new Properties.Builder(NAMESPACE)
                .setString(KEY, VALUE)