We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304991a commit 075b050Copy full SHA for 075b050
packages/core/src/test/awsService/ec2/sshKeyPair.test.ts
@@ -126,12 +126,6 @@ describe('SshKeyPair', async function () {
126
assert(keyPair.isDeleted())
127
})
128
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
135
describe('isDeleted', async function () {
136
it('returns false if key files exist', async function () {
137
assert.strictEqual(await keyPair.isDeleted(), false)
0 commit comments