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

Commit 8447a9ae authored by Shane's avatar Shane Committed by Ady Abraham
Browse files

Ignore AttachedChoreographerTest testChoreographerDivisorRefreshRate /...

Ignore AttachedChoreographerTest testChoreographerDivisorRefreshRate / testChoreographerAttachedAfterSetFrameRate

Ignore those tests for now till we need per-surface choreographer
feature.

Bug: 329326796
Fixes: 348111178
Test: atest AttachedChoreographerTest
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2776b0e511cf80d38cca0171ae3a15290ae7c2c3)
Merged-In: Ib423e03b9f96ce45f60585e5901fdbefb9d4505a
Change-Id: Ib423e03b9f96ce45f60585e5901fdbefb9d4505a
parent 0b37ad83
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ import androidx.test.platform.app.InstrumentationRegistry;

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

@@ -392,6 +393,7 @@ public class AttachedChoreographerTest {
    }

    @Test
    @Ignore("Can be enabled only after b/330536267 is ready")
    public void testChoreographerDivisorRefreshRate() {
        for (int divisor : new int[]{2, 3}) {
            CountDownLatch continueLatch = new CountDownLatch(1);
@@ -420,6 +422,7 @@ public class AttachedChoreographerTest {
    }

    @Test
    @Ignore("Can be enabled only after b/330536267 is ready")
    public void testChoreographerAttachedAfterSetFrameRate() {
        Log.i(TAG, "starting testChoreographerAttachedAfterSetFrameRate");