Skip to content

Commit 17bb44d

Browse files
authored
stop disabling test (#242)
1 parent 309a699 commit 17bb44d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_mqtt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def test_mtls_from_path(self):
111111

112112
self._test_connection(connection)
113113

114-
@unittest.skipIf(os.environ.get('AWS_CONTAINER_CREDENTIALS_RELATIVE_URI'), "ECS credentials provider is currently broken")
115114
def test_websockets_default(self):
116115
"""Websocket connection with default credentials provider"""
117116
config = Config.get()

0 commit comments

Comments
 (0)