summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-03-11 09:42:51 -0800
committerMatt Clay <matt@mystile.com>2022-03-11 12:24:44 -0800
commit1d8f9ce7d498c2f3476e396589783a0099366d1f (patch)
tree1e249e0a42a3663752c2f91909628d10a8c9cfdd /changelogs
parent303d39a96658e608e1b0a2ee0554d7fc08f79882 (diff)
downloadansible-1d8f9ce7d498c2f3476e396589783a0099366d1f.tar.gz
[stable-2.9] ansible-test - Fix cloud plugin traceback.
(cherry picked from commit 7a8c6d74188b56228db77fed727cf1fdf3cc141d) Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-remote-cloud-skip-traceback.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-remote-cloud-skip-traceback.yml b/changelogs/fragments/ansible-test-remote-cloud-skip-traceback.yml
new file mode 100644
index 0000000000..6fcb9b9776
--- /dev/null
+++ b/changelogs/fragments/ansible-test-remote-cloud-skip-traceback.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - ansible-test - Fix an integration test traceback that occurs when some tests use cloud plugins, but all tests for at least one cloud plugin are skipped. (https://github.com/ansible/ansible/issues/75711)