Skip to content

Commit 4dbe67f

Browse files
committed
skip elastic search
1 parent e821874 commit 4dbe67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker/test_elasticsearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515

1616

17-
pytestmark = pytest.mark.xdist_group("elasticsearch")
17+
pytestmark = [pytest.mark.xdist_group("elasticsearch"), pytest.mark.skip(reason="OOM")]
1818

1919

2020
def test_elasticsearch7_service(elasticsearch7_service: ElasticsearchService) -> None:

0 commit comments

Comments
 (0)