From 50f46bb04ef679f4235cda805188dca769ca2f72 Mon Sep 17 00:00:00 2001 From: Hannes Ljungberg Date: Tue, 15 Jan 2019 22:30:22 +0100 Subject: [PATCH] Remove unsupported test --- .../targets/docker_swarm_service/tasks/tests/options.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/integration/targets/docker_swarm_service/tasks/tests/options.yml b/test/integration/targets/docker_swarm_service/tasks/tests/options.yml index 6ef69bcac99..0f35650fcbc 100644 --- a/test/integration/targets/docker_swarm_service/tasks/tests/options.yml +++ b/test/integration/targets/docker_swarm_service/tasks/tests/options.yml @@ -148,19 +148,11 @@ filename: "/tmp/{{ config_name_2 }}.txt" register: configs_3 -- name: configs (empty) - docker_swarm_service: - name: "{{ service_name }}" - image: alpine:3.8 - configs: [] - register: configs_4 - - assert: that: - configs_1 is changed - configs_2 is not changed - configs_3 is changed - - configs_4 is changed when: docker_api_version is version('1.30', '>=') - assert: that: