From 7afd385e1e0d0ac5cdb4783be7cad692e65da9d4 Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Mon, 7 Aug 2017 19:33:54 -0400 Subject: integration tests: keep openshift_version happy --- .../preflight/playbooks/package_update_dep_missing.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/integration/openshift_health_checker/preflight/playbooks/package_update_dep_missing.yml') diff --git a/test/integration/openshift_health_checker/preflight/playbooks/package_update_dep_missing.yml b/test/integration/openshift_health_checker/preflight/playbooks/package_update_dep_missing.yml index 0929b73ce..9f3aad7bd 100644 --- a/test/integration/openshift_health_checker/preflight/playbooks/package_update_dep_missing.yml +++ b/test/integration/openshift_health_checker/preflight/playbooks/package_update_dep_missing.yml @@ -8,12 +8,6 @@ - name: Fails when a dependency required for update is missing hosts: all - pre_tasks: - - # run before roles to prevent openshift_version breaking - - include: tasks/enable_repo.yml - vars: { repo_name: "ose-3.2" } - roles: - openshift_health_checker -- cgit v1.2.3