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

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

Merge "Add SystemUIGoogleKeyguardScreenshotTests to "sysui-screenshot-test" config." into main

parents 0a8eebcc d83494ad
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -134,6 +134,23 @@
          "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    },
    {
      "name": "SystemUIGoogleKeyguardScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ],
  // v2/sysui/suite/test-mapping-sysui-screenshot-test-staged
@@ -154,6 +171,23 @@
          "include-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    },
    {
      "name": "SystemUIGoogleKeyguardScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "include-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "include-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ]
}