Skip to content

Commit 1a674a4

Browse files
authored
Merge pull request #9496 from puppetlabs/backport-9495-to-7.x
2 parents c8fc8dc + fb98eb4 commit 1a674a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

acceptance/tests/ssl/certificate_extensions.rb

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require 'puppet/acceptance/temp_file_utils'
22
extend Puppet::Acceptance::TempFileUtils
3-
extend Beaker::HostPrebuiltSteps
43

54
test_name "certificate extensions available as trusted data" do
65
skip_test "Test requires at least one non-master agent" if hosts.length == 1
@@ -78,8 +77,6 @@
7877
with_puppet_running_on(master, master_config) do
7978
agents.each do |agent|
8079
next if agent == master
81-
# Temporarily sync time on AIX to account for incorrect system time (PA-7090)
82-
timesync(agent, {:logger => logger}) if agent.platform.start_with?('aix')
8380

8481
step "Create agent csr_attributes.yaml on #{agent}"
8582
agent_csr_attributes = get_test_file_path(agent, "csr_attributes.yaml")

0 commit comments

Comments
 (0)