Skip to content
Snippets Groups Projects
Commit 5103b447 authored by Danny Auble's avatar Danny Auble
Browse files

Make test not run on bluegene

parent 1938231d
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,10 @@ if {[test_wiki_sched] == 1} {
send_user " or sched/wiki2 (Moab) schedulers\n"
exit $exit_code
}
if {[test_bluegene]} {
send_user "\nWARNING: This test is incompatible with Bluegene systems\n"
exit $exit_code
}
#
# Submit a job with invalid mincpus requirement
......
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