Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions cases/security_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down