From 606dbfb5b0fe0f53d293099c42309f4497f62dee Mon Sep 17 00:00:00 2001 From: Christopher Thorn Date: Mon, 7 Oct 2024 15:39:22 -0700 Subject: [PATCH] (maint) Skip should_create_modify_with_password.rb for el-8-power --- .../tests/resource/user/should_create_modify_with_password.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acceptance/tests/resource/user/should_create_modify_with_password.rb b/acceptance/tests/resource/user/should_create_modify_with_password.rb index 123599d5cda..25d4f93136e 100644 --- a/acceptance/tests/resource/user/should_create_modify_with_password.rb +++ b/acceptance/tests/resource/user/should_create_modify_with_password.rb @@ -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',