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 487afca commit 0317631Copy full SHA for 0317631
tests/Logging/modules/test_ElasticSearch.py
@@ -37,7 +37,8 @@
37
38
class TestElasticSearch:
39
@pytest.mark.skipif(
40
- not (IN_GITHUB_ACTIONS), reason="Test works just in Github Actions (Linux)"
+ # not (IN_GITHUB_ACTIONS), reason="Test works just in Github Actions (Linux)"
41
+ IN_GITHUB_ACTIONS, reason="Test disabled"
42
)
43
def test_export(self):
44
log.ThugOpts.elasticsearch_logging = True
0 commit comments