We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e821874 commit 4dbe67fCopy full SHA for 4dbe67f
tests/docker/test_elasticsearch.py
@@ -14,7 +14,7 @@
14
]
15
16
17
-pytestmark = pytest.mark.xdist_group("elasticsearch")
+pytestmark = [pytest.mark.xdist_group("elasticsearch"), pytest.mark.skip(reason="OOM")]
18
19
20
def test_elasticsearch7_service(elasticsearch7_service: ElasticsearchService) -> None:
0 commit comments