From 0c6dc22856656651cb3f523639d3d5a86d557660 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Wed, 23 Aug 2023 15:09:59 -0700 Subject: [PATCH] revert wait for change --- tests/role_deploy_domain_controller.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/role_deploy_domain_controller.pm b/tests/role_deploy_domain_controller.pm index 0251f755..ce2a8a9d 100644 --- a/tests/role_deploy_domain_controller.pm +++ b/tests/role_deploy_domain_controller.pm @@ -128,7 +128,6 @@ sub run { # If we want to test this in openQA it appears we may need to deploy more complete # config for sudo. For now change validate_script_output to assert_script_run assert_script_run 'sss_cache -R'; - assert_script_run 'sleep 120; # waiting for sssd to update'; #validate_script_output 'sudo -l -U test1', sub { $_ =~ m/test1 may run the following commands/ }; assert_script_run 'sudo -l -U test1';