From 24fd6b4d9acb4fbee349748de32d57cff185c363 Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Wed, 25 Sep 2024 10:41:18 -0700 Subject: [PATCH] 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. --- acceptance/tests/facts/networking_facts_with_vlans.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/tests/facts/networking_facts_with_vlans.rb b/acceptance/tests/facts/networking_facts_with_vlans.rb index c3ea9667d6..783010fa5d 100644 --- a/acceptance/tests/facts/networking_facts_with_vlans.rb +++ b/acceptance/tests/facts/networking_facts_with_vlans.rb @@ -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