Skip to content

Commit 1a13ff1

Browse files
authored
Merge pull request #5910 from branan/aix_comment_test
(PUP-7592) Disable unicode user comment test on AIX
2 parents e2ce719 + e81f82c commit 1a13ff1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

acceptance/tests/resource/user/utf8_user_comments.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
test_name 'PUP-6777 Manage users with UTF-8 comments' do
1111

1212
# PUP-7049 / ARISTA-42 - user provider bug on Arista
13-
confine :except, :platform => /^eos-/
13+
# AIX providers are separate from most other platforms,
14+
# and have not been made unicode-aware yet.
15+
confine :except, :platform => /^(eos|aix)-/
1416

1517
user0 = "foo#{rand(99999).to_i}"
1618
user1 = "bar#{rand(99999).to_i}"

0 commit comments

Comments
 (0)