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:
Alan Stokes 2023-03-23 15:44:12 +00:00
parent 80cd0acd64
commit 26dcfc5416

View file

@ -19,7 +19,9 @@
},
{
"name": "MicrodroidHostTestCases"
},
}
],
"avf-postsubmit": [
{
"name": "ComposHostTestCases"
}