Skip to content

Commit c8684e6

Browse files
authored
Merge pull request #9495 from mhashizume/maint/main/revert-aix-time
Revert "(PA-7090) Correct system time on AIX"
2 parents 1c58686 + effbd2e commit c8684e6

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)