removing fixture from mac_assistant tests.

This commit is contained in:
Gareth J. Greenaway 2023-11-22 13:31:52 -08:00 committed by Daniel Wozniak
parent 3458f0f5ed
commit c087f7f47d

View file

@ -7,7 +7,6 @@ import pytest
pytestmark = [
pytest.mark.destructive_test,
pytest.mark.skip_if_not_root,
pytest.mark.skip_initial_gh_actions_failure,
pytest.mark.skip_unless_on_darwin,
]