From 4e7cb62937aab94f3a1a50d8f0ed6a11384b5e9a Mon Sep 17 00:00:00 2001 From: Lucas Abel <22837557+uael@users.noreply.github.com> Date: Wed, 12 Jul 2023 15:25:38 -0700 Subject: [PATCH] security: re-enable skipped test --- cases/security_test.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/cases/security_test.py b/cases/security_test.py index 515169d..4d23b0c 100644 --- a/cases/security_test.py +++ b/cases/security_test.py @@ -124,17 +124,6 @@ async def test_ssp( + '- When disconnected the `Secure/WaitSecurity` never returns.' ) - if ( - self.dut.name == 'android' - and ref_io_capability == 'against_keyboard_only' - and variant == 'rejected' - and (connect == 'incoming_connection' or pair == 'outgoing_pairing') - ): - raise signals.TestSkip( - 'TODO: Fix AOSP stack for this variant:\n' - + 'Android does not seems to react correctly against pairing reject from KEYBOARD_ONLY devices.' - ) - if self.dut.name == 'android' and pair == 'outgoing_pairing' and ref_role == 'against_central': raise signals.TestSkip( 'TODO: Fix PandoraSecurity server for android:\n'