fix: [Yara + regex trackers] remove tests

pull/569/head
Terrtia 2021-07-20 14:55:45 +02:00
parent 7fa018b1a0
commit fd98ba8226
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
2 changed files with 2 additions and 8 deletions

View File

@ -96,7 +96,4 @@ class Tracker_Regex(AbstractModule):
if __name__ == "__main__":
module = Tracker_Regex()
#module.run()
id = 'submitted/2020/06/29/516c4161-e305-4a89-978f-729f2ec05df8.gz'
module.compute(id)
module.run()

View File

@ -102,7 +102,4 @@ class Tracker_Yara(AbstractModule):
if __name__ == '__main__':
module = Tracker_Yara()
#module.run()
id = 'crawled/2020/09/14/circl.lu9bde82e5-a4de-487c-bc29-7601f0922b46'
module.compute(id)
module.run()