diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2023-05-07 20:57:24 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2023-07-18 21:58:58 -0400 |
commit | 0a40e591d3b9665a63ef243f78450a6e97304669 (patch) | |
tree | ed3a3b1c483b383249551bcb877522d893a50024 | |
parent | 1502b90f3a2d3557e0461d27f49b2f29aed46474 (diff) | |
download | meson-0a40e591d3b9665a63ef243f78450a6e97304669.zip meson-0a40e591d3b9665a63ef243f78450a6e97304669.tar.gz meson-0a40e591d3b9665a63ef243f78450a6e97304669.tar.bz2 |
tests: mark gpgme test skippable on Ubuntu rolling
It has been rebuilt to no longer provide the deprecated gpgme-config
tool.
-rw-r--r-- | test cases/frameworks/27 gpgme/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/27 gpgme/test.json b/test cases/frameworks/27 gpgme/test.json index aa7d932..59eb0e2 100644 --- a/test cases/frameworks/27 gpgme/test.json +++ b/test cases/frameworks/27 gpgme/test.json @@ -1,3 +1,3 @@ { - "skip_on_jobname": ["azure", "cygwin", "macos", "msys2", "linux-arch"] + "skip_on_jobname": ["azure", "cygwin", "macos", "msys2", "linux-arch", "ubuntu"] } |