From eebba1155859ae980fc6a7cfa611060c87e305b2 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 27 Jan 2015 10:40:58 -0800 Subject: Remove the build-dep change test. Doesn't seem like there's a way to do that. --- test/integration/roles/test_apt/tasks/apt-builddep.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/test/integration/roles/test_apt/tasks/apt-builddep.yml b/test/integration/roles/test_apt/tasks/apt-builddep.yml index 979bdd7323..e3f9357b12 100644 --- a/test/integration/roles/test_apt/tasks/apt-builddep.yml +++ b/test/integration/roles/test_apt/tasks/apt-builddep.yml @@ -53,15 +53,3 @@ that: - "dpkg_result.rc == 0" tags: ['test_apt_builddep'] - -# ensure running build-dep again doesn't yield changes -- name: install netcat build-dep with apt again - apt: pkg=netcat state=build-dep - register: apt_result - tags: ['test_apt_builddep'] - -- name: verify build_dep of netcat did not change - assert: - that: - - "not apt_result.changed" - tags: ['test_apt_builddep'] -- cgit v1.2.1