From 461c63ae9092c69022971f45867c5791b3399a51 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 25 Sep 2021 17:42:50 +0200 Subject: [PATCH] Diable netcat conflict in zypper tests as one package seems to be no longer available. (#3438) (#3440) (cherry picked from commit 3715b6ef46273462f8dbf3629eaf23bc1411bc33) Co-authored-by: Felix Fontein --- .../targets/zypper/tasks/zypper.yml | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/tests/integration/targets/zypper/tasks/zypper.yml b/tests/integration/targets/zypper/tasks/zypper.yml index eed27ca3b2..02313246cb 100644 --- a/tests/integration/targets/zypper/tasks/zypper.yml +++ b/tests/integration/targets/zypper/tasks/zypper.yml @@ -419,35 +419,35 @@ - zypper_result_update_cache_check is successful - zypper_result_update_cache_check is not changed -- name: ensure no previous netcat package still exists - zypper: - name: - - netcat-openbsd - - gnu-netcat - state: absent - -- name: install netcat-openbsd which conflicts with gnu-netcat - zypper: - name: netcat-openbsd - state: present - -- name: try installation of gnu-netcat which should fail due to the conflict - zypper: - name: gnu-netcat - state: present - ignore_errors: yes - register: zypper_pkg_conflict - -- assert: - that: - - zypper_pkg_conflict is failed - - "'conflicts with netcat-openbsd provided' in zypper_pkg_conflict.stdout" - -- name: retry installation of gnu-netcat with force_resolution set to choose a resolution - zypper: - name: gnu-netcat - state: present - force_resolution: True +# - name: ensure no previous netcat package still exists +# zypper: +# name: +# - netcat-openbsd +# - gnu-netcat +# state: absent +# +# - name: install netcat-openbsd which conflicts with gnu-netcat +# zypper: +# name: netcat-openbsd +# state: present +# +# - name: try installation of gnu-netcat which should fail due to the conflict +# zypper: +# name: gnu-netcat +# state: present +# ignore_errors: yes +# register: zypper_pkg_conflict +# +# - assert: +# that: +# - zypper_pkg_conflict is failed +# - "'conflicts with netcat-openbsd provided' in zypper_pkg_conflict.stdout" +# +# - name: retry installation of gnu-netcat with force_resolution set to choose a resolution +# zypper: +# name: gnu-netcat +# state: present +# force_resolution: True - name: duplicate rpms block vars: