Skip to content

Commit

Permalink
chore: bump test ignore dates
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Sep 5, 2023
1 parent 3731ccb commit 130f0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/api/test_feature.py
Expand Up @@ -90,7 +90,7 @@ def test_get_feature_toggle_failed_etag():


@pytest.mark.skipif(
date.today() < date(2023, 9, 1),
date.today() < date(2023, 10, 1),
reason="This is currently breaking due to a dependency or the test setup. Skipping this allows us to run tests in CI without this popping up as an error all the time.",
)
@responses.activate
Expand Down

0 comments on commit 130f0a1

Please sign in to comment.