mirror of https://github.com/MISP/PyMISP
fix: Do not run the zmq test on travis
parent
f403afb66a
commit
0fa38eaed9
|
@ -920,6 +920,7 @@ class TestComprehensive(unittest.TestCase):
|
|||
first = self.create_simple_event()
|
||||
try:
|
||||
first = self.user_misp_connector.add_event(first)
|
||||
if not travis_run:
|
||||
r = self.admin_misp_connector.pushEventToZMQ(first.id)
|
||||
self.assertEqual(r['message'], 'Event published to ZMQ')
|
||||
finally:
|
||||
|
|
Loading…
Reference in New Issue