Skip to content

Commit

Permalink
chore: skip TestSchedule until flake is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaecalderon committed May 28, 2024
1 parent 9524dd4 commit a0478fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master/internal/rm/kubernetesrm/resource_pool_intg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ func TestValidateResources(t *testing.T) {
}

func TestSchedule(t *testing.T) {
// TODO RM-301
t.Skip("skipping test until flake fixed")
rp := testResourcePool(t, defaultSlots)
_, allocID := testAddAllocation(t, rp, defaultState)

Expand Down

0 comments on commit a0478fa

Please sign in to comment.