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

Disable a test with CR_ONE_TASK_PER_CORE configuration

bug 1370
parent 75c6bef7
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,9 @@ if {[test_launch_poe]} {
} elseif {[test_serial]} {
send_user "\nWARNING: This test is incompatible with select/serial systems\n"
exit 0
} elseif {[test_select_type_params "CR_ONE_TASK_PER_CORE"]} {
send_user "\nWARNING: This test is incompatible SelectTypeParameters=CR_ONE_TASK_PER_CORE\n"
exit 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