Skip to content
Snippets Groups Projects
Commit 1995aadb authored by Lucas Henneman's avatar Lucas Henneman Committed by Automerger Merge Worker
Browse files

Merge "TEST_MAPPING: remove the auto-features-postsubmit configuration" into main am: bc206fc9

parents 0e3113d3 bc206fc9
No related branches found
No related tags found
No related merge requests found
......@@ -234,30 +234,5 @@
}
]
}
],
"auto-features-postsubmit": [
// Test tag for automotive feature targets. These are only running in postsubmit.
// This tag is used in targeted test features testing to limit resource use.
// TODO(b/256932212): this tag to be removed once the above is no longer in use.
{
"name": "FrameworksMockingServicesTests",
"options": [
{
"include-filter": "com.android.server.pm.UserVisibilityMediatorSUSDTest"
},
{
"include-filter": "com.android.server.pm.UserVisibilityMediatorMUMDTest"
},
{
"include-filter": "com.android.server.pm.UserVisibilityMediatorMUPANDTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment