Exclude DreamServiceTest#testDreamInSeparateProcess on Auto.

DreamServiceTest#testDreamInSeparateProcess verifies that a started
dream is the resumed activity. activity service logic in auto will
pin an activity, actively backgrounding other activities that are
launched. This can lead to a race condition for the verification of
the dream and therefore lead to flaky testing.

Test: atest DreamOverlayTest#testDreamInSeparateProcess
Fixes: 223270512
Change-Id: I49b85e6ebc3a9d2f882702df31a88624ce158fe4
1 file changed