Skip to content
Snippets Groups Projects
Commit 0a29fc63 authored by Heemin Seog's avatar Heemin Seog
Browse files

Ignore screen decor tests

Screen decors is not well supported in WM since
PRIVATE_FLAG_IS_SCREEN_DECOR is no longer supported.

Bug: 169115543
Test: atest ScreenDecorWindowTests
Change-Id: I27cdc1d882f770b1567984ffbda6b55ce6f41c69
parent 19893112
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment