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

Commit bb92aaf7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "avatar: skip Asha flaky tests" into main

parents 60aee37b ef438f43
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)