Skip to content

Commit dc4060e

Browse files
author
Sebastian Wagner
committed
TST: wait expert: also skip in CI
this test case caused frequent fails on GitHub Actions lately with Python 3.6, full tests. Works correctly in other environments, so skip it. fixes #2005
1 parent 4b1b4e5 commit dc4060e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intelmq/tests/bots/experts/wait/test_expert.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818

1919
@test.skip_build_environment()
20+
@test.skip_ci()
2021
class TestWaitExpertBot(test.BotTestCase, unittest.TestCase):
2122
"""
2223
A TestCase for WaitExpertBot.

0 commit comments

Comments
 (0)