From a2204eef190301180f6362bc8ff8f4dc4beb83ae Mon Sep 17 00:00:00 2001 From: Branislav NĂ¡ter Date: Feb 15 2021 12:58:24 +0000 Subject: Skip STI tests in favour of TMT tests (fedora-ci issue#206) --- diff --git a/tests/ignore_tests.yml b/tests/ignore_tests.yml new file mode 100644 index 0000000..802bea0 --- /dev/null +++ b/tests/ignore_tests.yml @@ -0,0 +1,12 @@ +--- +# Tests that run in all contexts +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - classic + tests: + - smoke + required_packages: + - findutils # beakerlib needs find command + - which # smoke requires which command diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 802bea0..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -# Tests that run in all contexts -- hosts: localhost - roles: - - role: standard-test-beakerlib - tags: - - classic - tests: - - smoke - required_packages: - - findutils # beakerlib needs find command - - which # smoke requires which command