From 7d363ece174d5c814ef043e24ccc9a32ee1b2079 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 10 Nov 2022 12:25:31 +0100 Subject: Test CI: tag to disable a test --- archaeological_operations/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations/tests.py') diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index cd2616240..4adda7b19 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -4730,6 +4730,7 @@ class ApiTest(OperationInitTest, APITestCase): attr += f"{k}={url_quote(value)}" return attr + @tag("no_ci") @patch("requests.get") def test_query_transformation(self, mock_get): # POV: external -- cgit v1.2.3