Merge "Add TEST_MAPPING for displayservicetests" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c5c66d40ed
@@ -1,15 +1,7 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "FrameworksMockingServicesTests",
|
||||
"options": [
|
||||
{"include-filter": "com.android.server.display"},
|
||||
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
|
||||
{"exclude-annotation": "androidx.test.filters.FlakyTest"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "FrameworksServicesTests",
|
||||
"name": "DisplayServiceTests",
|
||||
"options": [
|
||||
{"include-filter": "com.android.server.display"},
|
||||
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
|
||||
@@ -31,5 +23,14 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"postsubmit": [
|
||||
{
|
||||
"name": "DisplayServiceTests",
|
||||
"options": [
|
||||
{"include-filter": "com.android.server.display"},
|
||||
{"exclude-annotation": "org.junit.Ignore"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"presubmit": [
|
||||
"imports": [
|
||||
{
|
||||
"name": "DisplayServiceTests",
|
||||
"options": [
|
||||
{"include-filter": "com.android.server.display"},
|
||||
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
|
||||
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
|
||||
{"exclude-annotation": "org.junit.Ignore"}
|
||||
]
|
||||
"path": "frameworks/base/services/core/java/com/android/server/display"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user