Skip to content

Commit 075b050

Browse files
committed
delete no longer needed test
1 parent 304991a commit 075b050

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/core/src/test/awsService/ec2/sshKeyPair.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@ describe('SshKeyPair', async function () {
126126
assert(keyPair.isDeleted())
127127
})
128128

129-
it('does not allow writing keys to non-global storage', async function () {
130-
await assert.rejects(async () => await SshKeyPair.getSshKeyPair('~/.ssh/someKey', 2000))
131-
132-
await assert.rejects(async () => await SshKeyPair.getSshKeyPair('/a/path/that/isnt/real/key', 2000))
133-
})
134-
135129
describe('isDeleted', async function () {
136130
it('returns false if key files exist', async function () {
137131
assert.strictEqual(await keyPair.isDeleted(), false)

0 commit comments

Comments
 (0)