Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/test_mqtt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def test_websocket_connect_tls(self):
client.stop()
callbacks.future_stopped.result(TIMEOUT)

# TODO test_websocket_connect_sigv4 against IoT Core
# test_websocket_connect_sigv4 against IoT Core : tested in the SDK

def test_websocket_connect_http_proxy_tls(self):
input_host_name = _get_env_variable("AWS_TEST_MQTT5_WS_MQTT_TLS_HOST")
Expand Down Expand Up @@ -590,7 +590,7 @@ def test_connect_with_incorrect_basic_authentication_credentials(self):
client.stop()
callbacks.future_stopped.result(TIMEOUT)

# TODO test_websocket_handshake_failure
# test_websocket_handshake_failure : tested in the SDK

def test_double_client_id_failure(self):
input_host_name = _get_env_variable("AWS_TEST_MQTT5_DIRECT_MQTT_HOST")
Expand Down