Another exclusion needed

This commit is contained in:
Václav Kadlčík 2023-08-10 16:00:02 +02:00
commit 3955ffcdcf

View file

@ -38,7 +38,11 @@ adjust:
continue: false
because: known to fail, won't be fixed (RHBZ#2040688 and others)
- enabled: false
when: collection == gcc-toolset-11, gcc-toolset-12 and distro == rhel-9 and distro > rhel-9.2
when: collection == gcc-toolset-11
continue: false
because: known to fail on some older RHELs
- enabled: false
when: collection == gcc-toolset-12 and distro == rhel-9 and distro > rhel-9.2
continue: false
because: known to fail with Clang > 15
extra-nitrate: TC#0590691