From 390f5db4d88688b482c97d5a5e874532efb397c1 Mon Sep 17 00:00:00 2001 From: Aria Li Date: Mon, 18 Mar 2024 13:48:14 -0700 Subject: [PATCH] (PA-5805) Enable Windows in spec tests This commit enables Windows agents in the destroy_spec.rb so Windows agents can be used in sshkeys spec tests. --- .../tests/resource/ssh_authorized_key/destroy_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/acceptance/tests/resource/ssh_authorized_key/destroy_spec.rb b/spec/acceptance/tests/resource/ssh_authorized_key/destroy_spec.rb index c09a3cd..daa650a 100644 --- a/spec/acceptance/tests/resource/ssh_authorized_key/destroy_spec.rb +++ b/spec/acceptance/tests/resource/ssh_authorized_key/destroy_spec.rb @@ -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}" }