From e4bc67b1ddadb8ba8e784d21b0be8d03e938fa63 Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Thu, 6 Jul 2023 18:30:08 +0200 Subject: [PATCH] TEMPORARILY: disable all tests, except containers Signed-off-by: Anderson Toshiyuki Sasaki --- plans/upstream-basic-attestation-without-revocation.fmf | 3 +++ plans/upstream-keylime-all-tests.fmf | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/plans/upstream-basic-attestation-without-revocation.fmf b/plans/upstream-basic-attestation-without-revocation.fmf index f21f1d71..485d1d4a 100644 --- a/plans/upstream-basic-attestation-without-revocation.fmf +++ b/plans/upstream-basic-attestation-without-revocation.fmf @@ -29,3 +29,6 @@ adjust+: order: 30 script: - rpm -Uv https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm + + - when: true + enabled: false diff --git a/plans/upstream-keylime-all-tests.fmf b/plans/upstream-keylime-all-tests.fmf index 006796c8..d79c05df 100644 --- a/plans/upstream-keylime-all-tests.fmf +++ b/plans/upstream-keylime-all-tests.fmf @@ -59,3 +59,7 @@ adjust+: discover+: test-: - /setup/generate_upstream_rust_keylime_code_coverage + + - when: true + enabled: false +