Skip hostname integration tests on all container providers (#86227)

* Skip hostname integration tests on all container providers

* Use skip/docker instead
This commit is contained in:
Martin Krizek
2025-11-20 18:53:49 +01:00
committed by GitHub
parent 6d428ca8f0
commit 9d9a8d78ee
2 changed files with 2 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
shippable/posix/group1
destructive
skip/docker

View File

@@ -1,6 +1,4 @@
# Setting the hostname in our test containers doesn't work currently
- when: ansible_facts.virtualization_type not in ('docker', 'container', 'containerd')
block:
- block:
- name: Include distribution specific variables
include_vars: "{{ lookup('first_found', params) }}"
vars: