Skip to content

Commit 0c50584

Browse files
authored
Skip flaky Kinesis Lambda test (#12328)
1 parent dd0d96e commit 0c50584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/aws/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ def check_invocation(*args):
545545
retry(check_invocation, retries=16, sleep=5)
546546

547547

548+
@pytest.mark.skip("flaky (not waiting for stream to be ready)")
548549
@markers.aws.unknown
549550
def test_kinesis_lambda_forward_chain(
550551
kinesis_create_stream, s3_create_bucket, create_lambda_function, cleanups, aws_client

0 commit comments

Comments
 (0)