Merge "Disable SystemUIGoogleScreenshotTests on main" into main

This commit is contained in:
Treehugger Robot
2023-07-17 12:12:00 +00:00
committed by Android (Google) Code Review

View File

@@ -52,20 +52,6 @@
}
]
},
{
"name": "SystemUIGoogleScreenshotTests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "android.platform.test.annotations.Postsubmit"
}
]
},
{
// TODO(b/251476085): Consider merging with SystemUIGoogleScreenshotTests (in U+)
"name": "SystemUIGoogleBiometricsScreenshotTests",
@@ -145,21 +131,5 @@
}
]
}
],
"postsubmit": [
{
"name": "SystemUIGoogleScreenshotTests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"include-annotation": "android.platform.test.annotations.Postsubmit"
}
]
}
]
}