8000 xfail flaky ssm describe_parameters test (#8631) · codeperl/localstack@b1dffa7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1dffa7

Browse files
authored
xfail flaky ssm describe_parameters test (localstack#8631)
1 parent 22449b3 commit b1dffa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/test_ssm.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ def do_assert(result):
2121

2222
class TestSSM:
2323
@pytest.mark.aws_validated
24+
@pytest.mark.xfail(
25+
reason="xfail until https://github.com/getmoto/moto/pull/6484 is in moto-ext"
26+
)
2427
def test_describe_parameters(self, aws_client):
2528
response = aws_client.ssm.describe_parameters()
2629
assert "Parameters" in response

0 commit comments

Comments
 (0)
0