summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-05-01 09:05:37 -0700
committerGitHub <noreply@github.com>2023-05-01 09:05:37 -0700
commit4aa5de7a8b151b2c8d810f8fc6a41b0bd8489c7a (patch)
tree391ba84d07a54eb7b1022a928f0c1b3865108406
parent8fb7c1049889bf8854bfc525e93e8b18d6040f00 (diff)
downloadansible-4aa5de7a8b151b2c8d810f8fc6a41b0bd8489c7a.tar.gz
Disable failing incidental_inventory_docker_swarm (#80659)
Also remove remote incidental tests from the test matrix, as this was the last one.
-rw-r--r--.azure-pipelines/azure-pipelines.yml13
-rw-r--r--test/integration/targets/incidental_inventory_docker_swarm/aliases1
2 files changed, 1 insertions, 13 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index 1fecd64921..104239bf67 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 66362758d5..06a352d429 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