From 0a90fcddc1c477ca5bb3c3edb41887c35af5162f Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 16 Jan 2024 04:20:37 +0100 Subject: [PATCH] exclude change URL test --- tests.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests.toml b/tests.toml index 63ef03e..f89580e 100644 --- a/tests.toml +++ b/tests.toml @@ -2,6 +2,9 @@ test_format = 1.0 [default] +# GTS don't support it +exclude = "change_url" + # ------------------------------- # Default args to use for install # -------------------------------