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

Commit 0053e99f authored by Geoffrey Pitsch's avatar Geoffrey Pitsch
Browse files

Ignore RoundedCornersTest until flake is fixed

Test: runtest systemui
Bug: 38500852
Change-Id: I5fb0459cadd19917093218a90bc3c9bde4815f58
parent fa5713a2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -46,10 +46,12 @@ import com.android.systemui.tuner.TunablePadding.TunablePaddingService;
import com.android.systemui.tuner.TunerService;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@RunWith(AndroidTestingRunner.class)
@Ignore("flaking")
public class RoundedCornersTest extends SysuiTestCase {

    private RoundedCorners mRoundedCorners;