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

Commit 14093be8 authored by John Wu's avatar John Wu
Browse files

Disable CamTest#testHctReflexivity on Ravenwood

Bug: 378422423
Test: TH
Flag: EXEMPT host side change only
Change-Id: I1ddb6499ce04f11c273930d00cac18641ccc628c
parent 89368c69
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;