Skip to content

Commit

Permalink
Unskip storage integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Sep 26, 2023
1 parent d5b8101 commit 206bf61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit_tests/services/test_storage_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

import pytest
import requests
from flaky import flaky

from ert.services import StorageService, _storage_main
from ert.shared import port_handler


@pytest.mark.skip
@flaky
@pytest.mark.integration_test
@pytest.mark.requires_ert_storage
def test_integration(tmp_path, monkeypatch):
Expand Down

0 comments on commit 206bf61

Please sign in to comment.