We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9190c87 commit 5fe4fc5Copy full SHA for 5fe4fc5
testsuite/expect/test7.22
@@ -42,6 +42,10 @@ if {[get_config_param "SchedulerType"] ne "sched/backfill"} {
42
skip "This test requires SchedulerType = sched/backfill"
43
}
44
45
+if {[string first "bf_min_prio_reserve" [get_config_param "SchedulerParameters"]] != -1} {
46
+ skip "This test cannot work with bf_min_prio_reserve"
47
+}
48
+
49
if {$nodes_avail < $nodes_min} {
50
skip "Not enough nodes currently available ($nodes_avail avail < $nodes_min needed)."
51
0 commit comments