fix: disable test for travis

pull/282/head
Raphaël Vinot 2018-09-29 16:00:28 -04:00
parent c08deb95b6
commit 0d1675e154
1 changed files with 10 additions and 9 deletions

View File

@ -733,6 +733,7 @@ class TestComprehensive(unittest.TestCase):
second = self.user_misp_connector.get_event(second.id)
self.assertEqual(len(second.objects), 1)
self.assertEqual(second.objects[0].name, 'file')
if not travis_run:
# Advanced, executable
third = self.user_misp_connector.add_event(third)
with open('tests/viper-test-files/test_files/whoami.exe', 'rb') as f: