diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-10 12:25:31 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:19 +0100 |
commit | 7d363ece174d5c814ef043e24ccc9a32ee1b2079 (patch) | |
tree | 651d0e165f1af9db388d8c4f8eb629f31c1bc32a /archaeological_operations/tests.py | |
parent | 287e7bbe2489e86bf6420e445a2b804236ee978c (diff) | |
download | Ishtar-7d363ece174d5c814ef043e24ccc9a32ee1b2079.tar.bz2 Ishtar-7d363ece174d5c814ef043e24ccc9a32ee1b2079.zip |
Test CI: tag to disable a test
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |