Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef438f43 authored by uael's avatar uael Committed by Abel Lucas
Browse files

avatar: skip Asha flaky tests

Both `music stop` tests are flaky, skip them until fixed.

Bug: 290204194
Test: atest avatar
Change-Id: I628246b63fc47880c02c79a65de5108b3a5e0acc
parent 137586b7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -865,6 +865,9 @@ class AshaTest(base_test.BaseTestClass): # type: ignore[misc]
        Verify that DUT sends a correct AudioControlPoint `Stop` command.
        """

        # TODO(b/290204194) Re-activate this test ASAP
        raise signals.TestSkip('TODO(b/290204194) Re-activate this test ASAP')

        async def ref_device_connect(ref_device: BumblePandoraDevice, ear: Ear) -> Tuple[Connection, Connection]:
            advertisement = await self.ref_advertise_asha(ref_device=ref_device, ref_address_type=RANDOM, ear=ear)
            ref = await self.dut_scan_for_asha(dut_address_type=RANDOM, ear=ear)
@@ -1061,6 +1064,9 @@ class AshaTest(base_test.BaseTestClass): # type: ignore[misc]
        Verify Refs cannot recevice audio data after DUT stops media streaming.
        """

        # TODO(b/290204194) Re-activate this test ASAP
        raise signals.TestSkip('TODO(b/290204194) Re-activate this test ASAP')

        async def ref_device_connect(ref_device: BumblePandoraDevice, ear: Ear) -> Tuple[Connection, Connection]:
            advertisement = await self.ref_advertise_asha(ref_device=ref_device, ref_address_type=RANDOM, ear=ear)
            ref = await self.dut_scan_for_asha(dut_address_type=RANDOM, ear=ear)