From 5d32855a9ea2583879062fadd8e0a8449ecede00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Mon, 18 Dec 2023 08:12:40 +0100 Subject: [PATCH] Mark status tests for testing with Scheduler These are currently skipped --- tests/unit_tests/status/test_tracking_integration.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/unit_tests/status/test_tracking_integration.py b/tests/unit_tests/status/test_tracking_integration.py index 552a9e1d264..c6fb71dd886 100644 --- a/tests/unit_tests/status/test_tracking_integration.py +++ b/tests/unit_tests/status/test_tracking_integration.py @@ -139,6 +139,7 @@ def check_expression(original, path_expression, expected, msg_start): ), ], ) +@pytest.mark.scheduler(skip=True) def test_tracking( extra_config, extra_poly_eval, @@ -151,6 +152,8 @@ def test_tracking( tmpdir, source_root, storage, + monkeypatch, + try_queue_and_scheduler, ): experiment_folder = "poly_example" shutil.copytree( @@ -363,12 +366,10 @@ def run_sim(start_date): summary.fwrite() +@pytest.mark.scheduler(skip=True) @pytest.mark.integration_test def test_tracking_missing_ecl( - tmpdir, - source_root, - caplog, - storage, + tmpdir, source_root, caplog, storage, monkeypatch, try_queue_and_scheduler ): with tmpdir.as_cwd(): config = dedent(