Skip to content

Commit

Permalink
skip the msk test for now...
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Mar 18, 2024
1 parent 62157b6 commit 1c29667
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_msk.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import datetime
import json

import pytest

from kafka.sasl.msk import AwsMskIamClient

try:
Expand All @@ -22,6 +24,7 @@ def client_factory(token=None):
)


@pytest.mark.skip(reason="Not yet supported")
def test_aws_msk_iam_client_permanent_credentials():
client = client_factory(token=None)
msg = client.first_message()
Expand Down

0 comments on commit 1c29667

Please sign in to comment.