From a7c2f6d09207fad9fb3bc381dcb67dd1e8c1da5e Mon Sep 17 00:00:00 2001 From: David Newswanger Date: Fri, 16 Feb 2018 08:10:14 -0500 Subject: [PATCH] re enabled tests that were fixed in ansible/ansible-modules-core#5008 (#36257) --- test/integration/targets/ios_config/tests/cli/save.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/integration/targets/ios_config/tests/cli/save.yaml b/test/integration/targets/ios_config/tests/cli/save.yaml index ae18fa246b1..805ce6a3277 100644 --- a/test/integration/targets/ios_config/tests/cli/save.yaml +++ b/test/integration/targets/ios_config/tests/cli/save.yaml @@ -17,22 +17,16 @@ save: true provider: "{{ cli }}" register: result -# FIXME https://github.com/ansible/ansible-modules-core/issues/5008 - ignore_errors: true - assert: that: - "result.changed == true" -# FIXME https://github.com/ansible/ansible-modules-core/issues/5008 - ignore_errors: true - name: save should always run ios_config: save: true provider: "{{ cli }}" register: result -# FIXME https://github.com/ansible/ansible-modules-core/issues/5008 - ignore_errors: true - name: delete config (setup) ios_config: