From 4aa5de7a8b151b2c8d810f8fc6a41b0bd8489c7a Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 1 May 2023 09:05:37 -0700 Subject: [PATCH] Disable failing incidental_inventory_docker_swarm (#80659) Also remove remote incidental tests from the test matrix, as this was the last one. --- .azure-pipelines/azure-pipelines.yml | 13 ------------- .../incidental_inventory_docker_swarm/aliases | 1 + 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 1fecd649214..104239bf673 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -171,18 +171,6 @@ stages: - test: 3.8 - test: 3.9 - test: '3.10' - - stage: Incidental_Remote - displayName: Incidental Remote - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: i/{0} - targets: - - name: RHEL 8.5 py36 - test: rhel/8.5@3.6 - - name: RHEL 8.5 py38 - test: rhel/8.5@3.8 - stage: Incidental_Windows displayName: Incidental Windows dependsOn: [] @@ -224,7 +212,6 @@ stages: - Docker - Galaxy - Generic - - Incidental_Remote - Incidental_Windows - Incidental jobs: diff --git a/test/integration/targets/incidental_inventory_docker_swarm/aliases b/test/integration/targets/incidental_inventory_docker_swarm/aliases index 66362758d5f..06a352d429c 100644 --- a/test/integration/targets/incidental_inventory_docker_swarm/aliases +++ b/test/integration/targets/incidental_inventory_docker_swarm/aliases @@ -11,3 +11,4 @@ skip/docker # The tests sometimes make docker daemon unstable; hence, # after finishing the tests to minimize potential effects # on other tests. needs/root +disabled # tests no longer pass