Add dummy performance test

Bug: 145109184
Test: atest --test-mapping src_path:postsubmit
Change-Id: I7db174942247acd20c94afd7763ec73242a5e44b
This commit is contained in:
Raff Tsai
2020-01-31 14:54:10 +08:00
parent 56743aa5cc
commit a266657423
4 changed files with 107 additions and 0 deletions

View File

@@ -7,6 +7,14 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "SettingsPrefTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}