Don't run ComposHostTestCases in presubmit
They're flaky on cuttlefish. Move to postsubmit instead. Bug: 264496291 Test: N/A Change-Id: I19b0357632be5a89e096fd1d9ce8d47dd865d245
This commit is contained in:
parent
80cd0acd64
commit
26dcfc5416
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "MicrodroidHostTestCases"
|
"name": "MicrodroidHostTestCases"
|
||||||
},
|
}
|
||||||
|
],
|
||||||
|
"avf-postsubmit": [
|
||||||
{
|
{
|
||||||
"name": "ComposHostTestCases"
|
"name": "ComposHostTestCases"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue