From 97a0f3a2c5b55a22d46a86a17a71d44d2e09f81a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 19 Apr 2021 08:30:39 +0200 Subject: [PATCH] chg: [tests] LiveCI set for RBL tests (network connectivity issues in the CI) --- tests/test_expansions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_expansions.py b/tests/test_expansions.py index d6b7b33..cfe5b56 100644 --- a/tests/test_expansions.py +++ b/tests/test_expansions.py @@ -399,6 +399,8 @@ class TestExpansions(unittest.TestCase): 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: