Skip to content
Snippets Groups Projects
Commit a7e868ed authored by Morris Jette's avatar Morris Jette
Browse files

Disable a test without slurmdbd

parent daa1ccf9
No related branches found
No related tags found
No related merge requests found
......@@ -52,9 +52,12 @@ array set freq_lvl_2 {
print_header $test_id
if { [test_using_slurmdbd] == 0 } {
send_user "\nWARNING: This test can't be run without AccountStorageType=slurmdbd\n"
exit 0
}
if {![string compare [test_proctrack] "linuxproc"]} {
send_user "\nWARNING: this test cannot run on proctracktype of "
send_user "linuxproc\n"
send_user "\nWARNING: this test cannot run on proctracktype of linuxproc\n"
exit 0
}
if {[slurmd_user_root] == 0} {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment