Skip to content

Commit 5fe4fc5

Browse files
committed
Testsuite - Improve test7.22 skipping when bf_min_prio_reserve is used
Ticket: 21658 Cherry-picked: 549a31a
1 parent 9190c87 commit 5fe4fc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testsuite/expect/test7.22

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ if {[get_config_param "SchedulerType"] ne "sched/backfill"} {
4242
skip "This test requires SchedulerType = sched/backfill"
4343
}
4444

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+
4549
if {$nodes_avail < $nodes_min} {
4650
skip "Not enough nodes currently available ($nodes_avail avail < $nodes_min needed)."
4751
}

0 commit comments

Comments
 (0)