Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
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