From 90542c468103f891cd0eee6788a0279a43749ebd Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 7 Dec 2018 08:16:50 +0000 Subject: [PATCH] Remove test that isn't working as expected The ! is ignored and the test still passes. --- tests/tests.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index a2409b4..46818c8 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -9,13 +9,3 @@ - lit: dir: ./ run: lit --version - -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - tests: - - lit: - dir: ./ - run: ! lit --version