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

Commit d26c5343 authored by Jeff Chen's avatar Jeff Chen Committed by Android (Google) Code Review
Browse files

Merge "Move SystemUIGoogleScreenshotTests to its own test config." into main

parents 3f0694cc 5a866116
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"
        }
      ]
    }
  ]
}