Merge "Adding test-mapping group for large screen specific tests" into sc-v2-dev am: dd0f9d05a1
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15795678 Change-Id: I21df30874e725830698b08dd80316e1148c17c8e
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "android.platform.test.annotations.Postsubmit"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "android.platform.test.scenario.annotation.LargeScreenOnly"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -82,6 +85,9 @@
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "android.platform.helpers.Staging"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "android.platform.test.scenario.annotation.LargeScreenOnly"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -101,6 +107,9 @@
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "android.platform.test.scenario.annotation.LargeScreenOnly"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -117,5 +126,24 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"large-screen-postsubmit": [
|
||||
{
|
||||
"name": "PlatformScenarioTests",
|
||||
"options" : [
|
||||
{
|
||||
"include-filter": "android.platform.test.scenario.sysui"
|
||||
},
|
||||
{
|
||||
"include-annotation": "android.platform.test.scenario.annotation.LargeScreenOnly"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "org.junit.Ignore"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user