diff --git a/testsuite/expect/test1.72 b/testsuite/expect/test1.72 index d4460d583a4749a4df464a61cbd359b29713c325..7a481c5a428938bde35576e372a014bc401c81a0 100755 --- a/testsuite/expect/test1.72 +++ b/testsuite/expect/test1.72 @@ -34,6 +34,10 @@ set test_id "1.72" set freq_val 0 set exit_code 0 +if {[test_cray]} { + set timeout 60 +} + if {[get_job_acct_freq] == 0} { send_user "\nWARNING:this test requires JobAcctGatherFrequency to be set\n" exit $exit_code diff --git a/testsuite/expect/test4.13 b/testsuite/expect/test4.13 index 8990ae8e28dbe1b400d51b1928386ea8934fdf8a..d81c876c5ff43e1711e106aac0fec29de8b66ecb 100755 --- a/testsuite/expect/test4.13 +++ b/testsuite/expect/test4.13 @@ -93,6 +93,11 @@ proc cleanup { } { } +if { ![test_super_user] } { + send_user "\nWARNING: This test can't be run without being a super user of the cluster.\n" + exit 0 +} + send_user "\n=== Testing Node Information ===\n" set first_option 1 foreach option [array names node_info] { diff --git a/testsuite/expect/test5.11 b/testsuite/expect/test5.11 index 7651aef478f362ee593e63cc8e69abc5e594b279..2ccfbb9f4efce54426795e4b358681df6b1ec31d 100755 --- a/testsuite/expect/test5.11 +++ b/testsuite/expect/test5.11 @@ -52,6 +52,12 @@ print_header $test_id make_bash_script $script " sleep 10 " + +if { ![test_super_user] } { + send_user "\nWARNING: This test can't be run without being a super user of the cluster.\n" + exit 0 +} + proc sub_job { cpu_cnt part } { global sbatch script job_id number exit_code