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

Commit cdbd1b83 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Introduce CtsWindowManagerTestCases to desktop-presubmit" into main

parents 5aa762e3 ae4d68d0
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"]
    }
  ]
}