Skip to content

Commit

Permalink
patch: Add e2e test suite without adding SSH key
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed Aug 21, 2024
1 parent f4e9332 commit d0dd2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suites/e2e/tests/power-cycle/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = {
title: "Is the DUT reachable?",
run: async function (test) {
await this.worker.on();
await this.worker.addSSHKey(this.sshKeyPath);
// await this.worker.addSSHKey(this.sshKeyPath);

// create tunnels
await test.resolves(
Expand Down

0 comments on commit d0dd2c3

Please sign in to comment.