Skip to content

Commit

Permalink
Skip test on Ubuntu 22.04
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mhashizume committed Sep 25, 2024
1 parent 07037a3 commit 24fd6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/tests/facts/networking_facts_with_vlans.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
confine :except, :platform => 'aix'
confine :except, :platform => 'osx'
confine :except, :platform => 'solaris'
# 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/ }

#
# This test is intended to ensure that networking facts resolve vlans
Expand Down

0 comments on commit 24fd6b4

Please sign in to comment.