Merge "Add test mapping to avoid running @FoldableOnly scenarios"

This commit is contained in:
Nicolò Mazzucato
2021-12-14 21:37:58 +00:00
committed by Android (Google) Code Review

View File

@@ -25,6 +25,9 @@
},
{
"exclude-annotation": "android.platform.test.scenario.annotation.LargeScreenOnly"
},
{
"exclude-annotation": "android.platform.test.scenario.annotation.FoldableOnly"
}
]
},
@@ -100,6 +103,9 @@
},
{
"exclude-annotation": "android.platform.test.scenario.annotation.LargeScreenOnly"
},
{
"exclude-annotation": "android.platform.test.scenario.annotation.FoldableOnly"
}
]
}
@@ -119,6 +125,9 @@
},
{
"exclude-annotation": "android.platform.test.scenario.annotation.LargeScreenOnly"
},
{
"exclude-annotation": "android.platform.test.scenario.annotation.FoldableOnly"
}
]
}