Skip to content

Commit f51c6e4

Browse files
committed
(maint) Skip facter caching test on solaris 10
Due to FACT-3209, any host that lacks IPv6 will cause the networking fact cache to be updated. And the test will fail if the before and after times cross the minute boundary. Neither Solaris 10 Intel or SPARC have IPv6 enabled, so skip.
1 parent 81045e8 commit f51c6e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acceptance/tests/options/config_file/ttls_cache_missing_facts.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
tag 'risk:high'
33

44
confine :except, :platform => 'aix-7.2-power' # FACT-3209
5+
confine :except, :platform => /^solaris-10-/ # FACT-3209
56

67
require 'facter/acceptance/user_fact_utils'
78
extend Facter::Acceptance::UserFactUtils

0 commit comments

Comments
 (0)