Skip to content

Commit 0317631

Browse files
committed
Minor change
1 parent 487afca commit 0317631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Logging/modules/test_ElasticSearch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737

3838
class TestElasticSearch:
3939
@pytest.mark.skipif(
40-
not (IN_GITHUB_ACTIONS), reason="Test works just in Github Actions (Linux)"
40+
# not (IN_GITHUB_ACTIONS), reason="Test works just in Github Actions (Linux)"
41+
IN_GITHUB_ACTIONS, reason="Test disabled"
4142
)
4243
def test_export(self):
4344
log.ThugOpts.elasticsearch_logging = True

0 commit comments

Comments
 (0)