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 252bd13 commit 39067ad
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 TYPE_CHECKING, Any, Callable, Dict, Optional
from unittest.mock import MagicMock, patch

import pytest

from ert.config import QueueSystem
from ert.job_queue import Driver, JobQueue, JobQueueNode, JobStatus
from ert.load_status import LoadStatus
Expand Down Expand Up @@ -302,6 +304,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 39067ad

Please sign in to comment.