We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07037a3 commit 24fd6b4Copy full SHA for 24fd6b4
acceptance/tests/facts/networking_facts_with_vlans.rb
@@ -5,7 +5,7 @@
5
confine :except, :platform => 'aix'
6
confine :except, :platform => 'osx'
7
confine :except, :platform => 'solaris'
8
- # skip_test "FACT-3204 skip test due to issue with ubuntu 2204 image" if hosts.any? { |host| host['platform'] =~ /ubuntu-22\.04/ }
+ skip_test "FACT-3482 skip test due to issue with ubuntu 2204 image" if hosts.any? { |host| host['platform'] =~ /ubuntu-22\.04/ }
9
10
#
11
# This test is intended to ensure that networking facts resolve vlans
0 commit comments