We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2ce719 + e81f82c commit 1a13ff1Copy full SHA for 1a13ff1
acceptance/tests/resource/user/utf8_user_comments.rb
@@ -10,7 +10,9 @@
10
test_name 'PUP-6777 Manage users with UTF-8 comments' do
11
12
# PUP-7049 / ARISTA-42 - user provider bug on Arista
13
- confine :except, :platform => /^eos-/
+ # AIX providers are separate from most other platforms,
14
+ # and have not been made unicode-aware yet.
15
+ confine :except, :platform => /^(eos|aix)-/
16
17
user0 = "foo#{rand(99999).to_i}"
18
user1 = "bar#{rand(99999).to_i}"
0 commit comments