Skip to content

Commit

Permalink
stop disabling test (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Jun 23, 2022
1 parent 309a699 commit 17bb44d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def test_mtls_from_path(self):

self._test_connection(connection)

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

0 comments on commit 17bb44d

Please sign in to comment.