From 130f0a140cfde7be311a7a626e76bef8de9c00fd Mon Sep 17 00:00:00 2001 From: sighphyre Date: Tue, 5 Sep 2023 09:00:32 +0200 Subject: [PATCH] chore: bump test ignore dates --- tests/unit_tests/api/test_feature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/api/test_feature.py b/tests/unit_tests/api/test_feature.py index 16af187a..8552754a 100644 --- a/tests/unit_tests/api/test_feature.py +++ b/tests/unit_tests/api/test_feature.py @@ -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