Remove flicker tests from postsubmit with TEST_MAPPING

The postsubmit tests run using ATP instead.

Bug: 162923992
Test: check the flicker tests dashboard
Change-Id: I5a408a4d241125d97701a59a3852ca894bcf4cc4
This commit is contained in:
Nataniel Borges
2021-02-01 17:35:05 +01:00
parent 5e8177bf78
commit cf2a6fa2bf

View File

@@ -1,13 +0,0 @@
{
"postsubmit": [
// Run tests on real device
{
"name": "FlickerTests",
"keywords": ["primary-device"]
},
// Also run the tests in the cloud
{
"name": "FlickerTests"
}
]
}