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

Commit b26e80be authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ignore RoundedCornersTest until flake is fixed"

parents 9562451d 0053e99f
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;