Skip to content

Commit

Permalink
Merge pull request #2760 from mhashizume/FACT-3482/main/ubuntu-networ…
Browse files Browse the repository at this point in the history
…king

Skip test on Ubuntu 22.04
  • Loading branch information
cthorn42 authored Sep 25, 2024
2 parents 07037a3 + 24fd6b4 commit bbb2d35
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 bbb2d35

Please sign in to comment.