Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Nov 18, 2024
1 parent 596c3a8 commit 6cd23c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/common/mqtt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,8 @@ test_env.conditional_test(test_env.AWS_IOT_ENV.mqtt311_is_valid_iot_cred())('MQT
await onDisconnect;
});

import * as io from '../native/io';

test_env.conditional_test(test_env.AWS_IOT_ENV.mqtt311_is_valid_iot_cred())('MQTT payload types', async () => {

io.enable_logging(io.LogLevel.TRACE);

const connection = await makeConnection();

let onDisconnect = once(connection, 'disconnect');
Expand Down

0 comments on commit 6cd23c5

Please sign in to comment.