From 629723280677ef4adc137bd47d59bf810efcd9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 2 Dec 2024 15:26:29 +0100 Subject: [PATCH] Fix gating configuration Fixes: 291abb9 Enable component gating for RHEL 10 Beta See: https://issues.redhat.com/browse/RHEL-60912 Resolves: RHEL-60912 --- tests/tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index d7caed5..b4ef0d4 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -1,9 +1,9 @@ - hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - tests: - - simple: - dir: . - run: "afterburn --help" \ No newline at end of file + roles: + - role: standard-test-basic + tags: + - classic + tests: + - simple: + dir: . + run: "afterburn --help"