From 48ca2559b88671db1c14f6472d3ea5d25e1f8b4d Mon Sep 17 00:00:00 2001 From: Abraham Chavez Date: Wed, 6 Nov 2024 11:01:18 -0800 Subject: [PATCH] Add FIXME (#6666) --- test/azul_test_case.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/azul_test_case.py b/test/azul_test_case.py index 1d4b9b463..c6bddc40d 100644 --- a/test/azul_test_case.py +++ b/test/azul_test_case.py @@ -147,6 +147,8 @@ class RE(str): 'The \'body\' parameter is deprecated for the \'.*\' API ' 'and will be removed in .*. Instead use .*' ), + # FIXME: DeprecationWarning about retrieval of remote schemas + # https://github.com/DataBiosphere/azul/issues/6666 ( 'Automatically retrieving remote references can be a security vulnerability ' 'and is discouraged by the JSON Schema specifications. Relying on this '