mirror of https://github.com/MISP/PyMISP
fix: Disable STIX test on travis.
parent
dc17d89bed
commit
2c877f2aec
|
@ -840,6 +840,7 @@ class TestComprehensive(unittest.TestCase):
|
|||
first.add_attribute('ip-src', '8.8.8.8')
|
||||
try:
|
||||
first = self.user_misp_connector.add_event(first)
|
||||
if not travis_run:
|
||||
stix = self.user_misp_connector.search(return_format='stix', eventid=first.id)
|
||||
found = re.findall('8.8.8.8', stix)
|
||||
self.assertTrue(found)
|
||||
|
|
Loading…
Reference in New Issue