From fb54fa5bca97dc1759f3d0b04c4fa65950db9e6d Mon Sep 17 00:00:00 2001 From: Chris McBride Date: Thu, 31 Oct 2024 14:40:19 -0500 Subject: [PATCH] rem test --- tests/dragon_wlm/test_request_dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dragon_wlm/test_request_dispatcher.py b/tests/dragon_wlm/test_request_dispatcher.py index aadd7d214..6a213fce0 100644 --- a/tests/dragon_wlm/test_request_dispatcher.py +++ b/tests/dragon_wlm/test_request_dispatcher.py @@ -90,7 +90,7 @@ pass -# @pytest.mark.skip("TODO: Fix issue unpickling messages") +@pytest.mark.skip("TODO: Fix issue unpickling messages") @pytest.mark.parametrize("num_iterations", [4]) def test_request_dispatcher( num_iterations: int,