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

Commit ae4d68d0 authored by Garfield Tan's avatar Garfield Tan
Browse files

Introduce CtsWindowManagerTestCases to desktop-presubmit

This test module is stably passing. It meets the presubmit criteria.

Bug: 434977556
Test: N/A
Flag: EXEMPT TEST_MAPPING changes
Change-Id: Ie314c8d15cd9997c38e822957bcb8e81c09874db
parent 2d27dcd6
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -35,5 +35,22 @@
    }
  ],
  "postsubmit": [
  ],
  "desktop-presubmit": [
    {
      "name": "CtsWindowManagerTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-filter": "android.content.wm.cts"
        }
      ],
      "file_patterns": ["(/|^)Context.java", "(/|^)ContextWrapper.java"]
    }
  ]
}