frameworks/base/packages/SystemUI/compose/features/TEST_MAPPING

26 lines
510 B
Plaintext
Raw Normal View History

2025-08-25 08:17:13 +08:00
{
"presubmit": [
{
"name": "SystemUIComposeFeaturesTests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "SystemUIComposeGalleryTests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}