Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
thingscouldbeworse committed Jan 20, 2025
1 parent 9de0b65 commit f53d280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ctl/api/test_seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def parent_server_config_password_only():

@pytest.mark.unit
class TestFilterDataCategories:
@pytest.skip("Testing if this test is actually problematic")
@pytest.mark.skip("Testing if this test is actually problematic")
def test_filter_data_categories_excluded(self) -> None:
"""Test that the filter method works as intended"""
excluded_data_categories = [
Expand Down

0 comments on commit f53d280

Please sign in to comment.