Skip to content

Commit 24fd6b4

Browse files
committed
Skip test on Ubuntu 22.04
We are encountering an issue internally with our Ubuntu 22.04 image and the networking fact with VLANs test, so this commit skips this test for now.
1 parent 07037a3 commit 24fd6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/facts/networking_facts_with_vlans.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
confine :except, :platform => 'aix'
66
confine :except, :platform => 'osx'
77
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/ }
8+
skip_test "FACT-3482 skip test due to issue with ubuntu 2204 image" if hosts.any? { |host| host['platform'] =~ /ubuntu-22\.04/ }
99

1010
#
1111
# This test is intended to ensure that networking facts resolve vlans

0 commit comments

Comments
 (0)