Skip to content

Commit 1c29667

Browse files
committed
skip the msk test for now...
1 parent 62157b6 commit 1c29667

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_msk.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import datetime
22
import json
33

4+
import pytest
5+
46
from kafka.sasl.msk import AwsMskIamClient
57

68
try:
@@ -22,6 +24,7 @@ def client_factory(token=None):
2224
)
2325

2426

27+
@pytest.mark.skip(reason="Not yet supported")
2528
def test_aws_msk_iam_client_permanent_credentials():
2629
client = client_factory(token=None)
2730
msg = client.first_message()

0 commit comments

Comments
 (0)