Skip to content

Commit bbb2d35

Browse files
authored
Merge pull request #2760 from mhashizume/FACT-3482/main/ubuntu-networking
Skip test on Ubuntu 22.04
2 parents 07037a3 + 24fd6b4 commit bbb2d35

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)