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

Commit dae911f4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Ignore screen decor tests" into rvc-qpr-dev am: 697b5fe2 am: 54717194

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12662351

Change-Id: Ia1702ef049b06c1f9cf3e6fcde6ea9a93e91cab5
parents 69f8c310 54717194
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ import com.android.compatibility.common.util.SystemUtil;

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

import java.util.ArrayList;
@@ -142,6 +143,9 @@ public class ScreenDecorWindowTests {
        assertInsetGreaterOrEqual(mTestActivity, RIGHT, mDecorThickness);
    }

    // Decor windows (i.e windows using PRIVATE_FLAG_IS_SCREEN_DECOR) are no longer supported.
    // PRIVATE_FLAG_IS_SCREEN_DECOR and related code will be deprecated/removed soon.
    @Ignore
    @Test
    public void testMultipleDecors() {
        // Test 2 decor windows on-top.