tests: mark gpgme test skippable on Ubuntu rolling

It has been rebuilt to no longer provide the deprecated gpgme-config
tool.
This commit is contained in:
Eli Schwartz 2023-05-07 20:57:24 -04:00 committed by Xavier Claessens
parent 1502b90f3a
commit 0a40e591d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2", "linux-arch"]
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2", "linux-arch", "ubuntu"]
}