From e9354929dafd9a31fed1e1851d98bab6e02f8f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Tue, 7 Dec 2021 16:32:20 +0100 Subject: [PATCH] tests: llvm-test-suite test on RHEL llvm-test-suite package is not shipped on RHEL. --- tests/llvm-test-suite/main.fmf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/llvm-test-suite/main.fmf b/tests/llvm-test-suite/main.fmf index eb43cc8..9515577 100644 --- a/tests/llvm-test-suite/main.fmf +++ b/tests/llvm-test-suite/main.fmf @@ -1,5 +1,11 @@ # TODO: once llvm-test-suite is converted to TMT, we can just link the test from plan. summary: Run tests from llvm-test-suite package + +adjust: + - because: "llvm-test-suite is available for Fedora, not RHEL" + when: "distro == rhel" + enabled: false + test: ./test.sh require: - git