Skip to content
Snippets Groups Projects
Commit 596eaf63 authored by Matias Guijarro's avatar Matias Guijarro
Browse files

tests: skip test_ingester_status test that blocks in CI

parent 2459cc17
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
import os
import itertools
import gevent
import pytest
def _dataset_path(base_path, proposal, beamline, sample, dataset):
......@@ -52,6 +53,7 @@ def _create_state(icat_proxy, base_path, beamline, state, timeout=10):
print(f"Created state {icat_proxy.state}: {icat_proxy.status}")
@pytest.mark.skip()
def test_ingester_status(
session, esrf_data_policy, metaexp_without_backend, metamgr_without_backend
):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment