Merge "Exclude androidx.test.filters.FlakyTest in TEST_MAPPING" into udc-dev

This commit is contained in:
Treehugger Robot
2023-07-26 19:18:31 +00:00
committed by Android (Google) Code Review

View File

@@ -35,6 +35,9 @@
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
@@ -128,6 +131,9 @@
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}