Skip to content

Commit f156657

Browse files
committed
(maint) Mark additional Windows 11 test as pending
This is a follow up to commit f621463
1 parent 57a1d2f commit f156657

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

acceptance/tests/resource/user/should_modify_while_managing_home.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
require 'puppet/acceptance/windows_utils'
1212
extend Puppet::Acceptance::WindowsUtils
1313

14+
pending_test("Windows 11 backslashes") if agents.any? { |host| host['platform'] =~ /windows-11/ }
15+
1416
name = "pl#{rand(999999).to_i}"
1517
pw = "Passwrd-#{rand(999999).to_i}"[0..11]
1618

0 commit comments

Comments
 (0)