From ff7af460d4cd894677f739a6d9e6dd819e9085ec Mon Sep 17 00:00:00 2001 From: ADBond <48208438+ADBond@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:09:58 +0000 Subject: [PATCH] restore test now that upstream fix is in --- tests/test_debug_mode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_debug_mode.py b/tests/test_debug_mode.py index 5b6522d..e69a289 100644 --- a/tests/test_debug_mode.py +++ b/tests/test_debug_mode.py @@ -42,7 +42,6 @@ def test_predict(api_info, fake_1000, fake_1000_settings_factory, debug_mode): # all-in-one workflow -@mark.skip("Until upstream clustering+debug fix comes through") @mark.parametrize("debug_mode", [False, True]) def test_full_basic_run(api_info, fake_1000, fake_1000_settings_factory, debug_mode): db_api = api_info["db_api_factory"]()