Skip to content

Commit

Permalink
Mark status tests for testing with Scheduler
Browse files Browse the repository at this point in the history
These are currently skipped
  • Loading branch information
berland committed Dec 20, 2023
1 parent 87da99a commit 5d32855
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/unit_tests/status/test_tracking_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -151,6 +152,8 @@ def test_tracking(
tmpdir,
source_root,
storage,
monkeypatch,
try_queue_and_scheduler,
):
experiment_folder = "poly_example"
shutil.copytree(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 5d32855

Please sign in to comment.