[flexiglass] Fix QSImplTest for SceneContainerFlag
In this test, interactions with components like `FooterActionsViewModel`
did not occur as these components are not initialized or their relevant
code paths are skipped when the flag is enabled.
This cl fixed 5 tests by bypassing the tests with
`@DisableSceneContainer` annotation.
Bug: 416716520
Flag: com.android.systemui.scene_container
Test: com.android.systemui.qs.QSImplTest
Locally run this test and verify all the tests are passed with the
`@EnableSceneContainer` annotation.
Change-Id: Iadd4088ad5c459c2d340df7410e6bf9aea9bc0ef
Loading
Please register or sign in to comment