Skip to content

Commit

Permalink
(PA-5805) Enable Windows in spec tests
Browse files Browse the repository at this point in the history
This commit enables Windows agents in the destroy_spec.rb so Windows
agents can be used in sshkeys spec tests.
  • Loading branch information
AriaXLi committed Mar 18, 2024
1 parent c7d5955 commit 390f5db
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
require 'spec_helper_acceptance'

RSpec.context 'ssh_authorized_key: Destroy' do
confine :except, platform: ['windows']

let(:auth_keys) { '~/.ssh/authorized_keys' }
let(:name) { "pl#{rand(999_999).to_i}" }
let(:custom_key_directory) { "/etc/ssh_authorized_keys_#{name}" }
Expand Down

0 comments on commit 390f5db

Please sign in to comment.