Skip internal tests in CentOS Stream/Fedora

Since the tests repo is not accessible there. The `rpm-tmt-test` job
will still fail, since with this change it will complain about an empty
test plan, but that's something to (possibly) fix in the near future.
This commit is contained in:
Frantisek Sumsal 2024-07-02 11:27:46 +02:00
parent e82c4d06b9
commit c3c36bf304

View File

@ -5,3 +5,6 @@
filter: 'tier: 1'
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream or distro == fedora