Skip to content

Commit

Permalink
(maint) Skip should_create_modify_with_password.rb for el-8-power
Browse files Browse the repository at this point in the history
  • Loading branch information
cthorn42 committed Oct 7, 2024
1 parent c8684e6 commit 606dbfb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# frozen_string_literal: true

# sssd on el-8-ppc has a bug where it causes `useradd` binary to fail
# For now lets skip until `useradd testuser` works.
skip_test 'el-8-ppc issue with `useradd`' if agents.any? {|agent| agent['platform'] =~ /el-8-ppc64le/ }
test_name 'should create a user with password and modify the password' do

tag 'audit:high',
Expand Down

0 comments on commit 606dbfb

Please sign in to comment.