Skip to content

Commit

Permalink
Merge pull request #432 from mulkieran/delete-flaky-test
Browse files Browse the repository at this point in the history
Delete another flaky test
  • Loading branch information
mulkieran committed Jan 23, 2022
2 parents d5630bf + 3596a86 commit 2f51060
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/test_enumerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,19 +145,6 @@ def test_match_subsystem_nomatch_complete(self, context, subsystem):
)
_test_intersection_and_union(context, m_devices, nm_devices)

@failed_health_check_wrapper
@given(_CONTEXT_STRATEGY, _SYSNAME_STRATEGY)
@settings(max_examples=5)
def test_match_sys_name(self, context, sysname):
"""
A sysname lookup only gives devices with that sysname.
"""
_test_direct_and_complement(
context,
frozenset(context.list_devices().match_sys_name(sysname)),
lambda d: d.sys_name == sysname,
)

@failed_health_check_wrapper
@given(_CONTEXT_STRATEGY, _MATCH_PROPERTY_STRATEGY.filter(lambda x: _is_bool(x[1])))
@settings(max_examples=10)
Expand Down

0 comments on commit 2f51060

Please sign in to comment.