Skip to content

Commit

Permalink
Revert "(PA-7090) Correct system time on AIX"
Browse files Browse the repository at this point in the history
This reverts commit d282ec3.

(cherry picked from commit effbd2e)
  • Loading branch information
mhashizume authored and github-actions[bot] committed Oct 1, 2024
1 parent c8fc8dc commit fb98eb4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions acceptance/tests/ssl/certificate_extensions.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'puppet/acceptance/temp_file_utils'
extend Puppet::Acceptance::TempFileUtils
extend Beaker::HostPrebuiltSteps

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

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

0 comments on commit fb98eb4

Please sign in to comment.