From 5bea2ca198041fa044222dc5b8b63b155e525d5c Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 11 Dec 2022 12:01:59 -0500 Subject: CI: skip libgcrypt test on msys2 This is no longer implicitly installed due to libxslt. Actually though, we don't need to test this in order to ensure that the custom dependency works -- we have other jobs that test it, and the config-tool handling itself won't suddenly fail on msys2 specifically. --- test cases/frameworks/24 libgcrypt/test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test cases/frameworks/24 libgcrypt/test.json b/test cases/frameworks/24 libgcrypt/test.json index 3b42202..77b68c0 100644 --- a/test cases/frameworks/24 libgcrypt/test.json +++ b/test cases/frameworks/24 libgcrypt/test.json @@ -1,3 +1,3 @@ { - "skip_on_jobname": ["azure"] + "skip_on_jobname": ["azure", "msys2"] } -- cgit v1.1