Skip to content

Commit

Permalink
Disable test to see if unclock unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Sep 21, 2023
1 parent cd2f87d commit ad65f8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit_tests/job_queue/test_job_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from typing import Any, Callable, Dict, Optional
from unittest.mock import MagicMock, patch

import pytest

import ert.callbacks
from ert.config import QueueSystem
from ert.job_queue import Driver, JobQueue, JobQueueNode, JobStatus
Expand Down Expand Up @@ -308,6 +310,7 @@ def convertToCReference(self, _):
pass


@pytest.mark.skip("Temporary disable for debug purposes")
def test_stop_long_running():
"""
This test should verify that only the jobs that have a runtime
Expand Down

0 comments on commit ad65f8f

Please sign in to comment.