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

Commit 5a866116 authored by Jeff Chen's avatar Jeff Chen
Browse files

Move SystemUIGoogleScreenshotTests to its own test config.

Bug: 300962465
Test: presubmit
Change-Id: I102df49327a01169f04d78687fe4ee47b74bc6e6
parent db5f8358
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -131,5 +131,22 @@
        }
      ]
    }
  ],
  // v2/sysui/suite/test-mapping-sysui-screenshot-test
  "sysui-screenshot-test": [
    {
      "name": "SystemUIGoogleScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ]
}