Skip testAutoPipOnLaunchingActivityWithNoUserAction in freeform

Usually, it is expected that an activity will not enter PIP if
it's removed from the foreground as a result of another activity
launch with the flag FLAG_ACTIVITY_NO_USER_ACTION. However,
there are cases in which PIP is requested immediately following
the activity launch for reasons that are 'user actions', it
should not be expected that the PIP activity cannot enter PIP
mode in such scenarios.

Bug: 226706258
Test: atest PinnedStackTests
Change-Id: I2074f487043955dfc7b1b39b0947aa588b11e384
(cherry picked from commit f4c48bc5cb046c9770edbdc666d0c8632d358ff3)
1 file changed