Skip to content

Commit 8c5e851

Browse files
committed
CI: Deactivate Kinesis tests on Python 3.13
Integration tests became flaky again. Let's investigate later. kinesis.exceptions.StreamDoesNotExist: Stream 'testdrive' does not exist
1 parent 2755f5a commit 8c5e851

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/kinesis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
os: ["ubuntu-latest"]
4444
python-version: [
4545
"3.10",
46-
"3.13",
46+
# TODO: Integration tests became flaky again. Let's investigate later.
47+
# kinesis.exceptions.StreamDoesNotExist: Stream 'testdrive' does not exist
48+
# "3.13",
4749
]
4850

4951
env:

0 commit comments

Comments
 (0)