Skip to content

Commit

Permalink
chg: [tests] LiveCI set for RBL tests (network connectivity issues in…
Browse files Browse the repository at this point in the history
… the CI)
  • Loading branch information
adulau committed Apr 19, 2021
1 parent e25ebd3 commit 97a0f3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_expansions.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ def test_ransomcoindb(self):
self.assertEqual(self.get_errors(response), "Ransomcoindb API key is missing")

def test_rbl(self):
if LiveCI:
return True
query = {"module": "rbl", "ip-src": "8.8.8.8"}
response = self.misp_modules_post(query)
try:
Expand Down

0 comments on commit 97a0f3a

Please sign in to comment.