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

Commit 090ec992 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Tiger Huang
Browse files

Temporarily ignore ScreenDecorWindowTests

We need to implement mapping between PRIVATE_FLAG_IS_SCREEN_DECOR
windows and inset providers before these tests can pass.
Temporarily ignore them so we can flip the flag.

Test: n/a
Bug: 145242835
Bug: 118118435
Change-Id: Ib0960938c01c8408d355ddb919b5db8d65095905
parent 001b3418
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ import android.view.WindowInsets;
import android.view.WindowManager;
import android.widget.TextView;

import androidx.test.filters.FlakyTest;
import androidx.test.filters.SmallTest;

import org.junit.After;
@@ -77,6 +78,8 @@ import java.util.function.BooleanSupplier;
 */
// TODO: Add test for FLAG_FULLSCREEN which hides the status bar and also other flags.
// TODO: Test non-Activity windows.
@FlakyTest(detail = "TODO (b/145242835): Re-enable once type mapping is implemented for "
        + "PRIVATE_FLAG_IS_SCREEN_DECOR")
@SmallTest
@Presubmit
public class ScreenDecorWindowTests {