From 409a1bca38654e0f16fedef2da401e8141a7269e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Thu, 11 Jan 2024 14:58:17 +0100 Subject: [PATCH] Skip expected fails --- tests/Sanity/get_tzdb_list/main.fmf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/Sanity/get_tzdb_list/main.fmf b/tests/Sanity/get_tzdb_list/main.fmf index 6b7fafe..ce08c89 100644 --- a/tests/Sanity/get_tzdb_list/main.fmf +++ b/tests/Sanity/get_tzdb_list/main.fmf @@ -14,6 +14,16 @@ require+: - gcc - gcc-c++ duration: 5m +adjust: + - enabled: false + when: distro == fedora and distro < fedora-38 + continue: false + - enabled: false + when: collection is not defined and distro < rhel-10 + continue: false + - enabled: false + when: collection == gcc-toolset-12, devtoolset-12 + continue: false extra-summary: /tools/gcc/Sanity/get_tzdb_list extra-task: /tools/gcc/Sanity/get_tzdb_list extra-nitrate: TC#0616738