summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-01-27 10:40:58 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2015-01-27 10:40:58 -0800
commiteebba1155859ae980fc6a7cfa611060c87e305b2 (patch)
tree45b0e160b13089d5fcafef0d449512c32658fa48
parenta6a911d2ed133683afa9c369393f59aa92995b3f (diff)
downloadansible-eebba1155859ae980fc6a7cfa611060c87e305b2.tar.gz
Remove the build-dep change test. Doesn't seem like there's a way to do that.
-rw-r--r--test/integration/roles/test_apt/tasks/apt-builddep.yml12
1 files changed, 0 insertions, 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']