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

Commit 5be331df authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable CamTest#testHctReflexivity on Ravenwood" into main

parents 7c091e2f 14093be8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.internal.graphics.cam;

import static org.junit.Assert.assertEquals;

import android.platform.test.annotations.DisabledOnRavenwood;
import android.platform.test.ravenwood.RavenwoodRule;

import androidx.test.filters.LargeTest;
@@ -218,6 +219,7 @@ public final class CamTest {

    @LargeTest
    @Test
    @DisabledOnRavenwood(reason = "Large test is flaky", bug = 378422423)
    public void testHctReflexivity() {
        for (int i = 0; i <= 0x00ffffff; i++) {
            int color = 0xFF000000 | i;