Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Do not set batch on testSchedNormal test
Browse files Browse the repository at this point in the history
  • Loading branch information
sargun committed Jun 6, 2018
1 parent 2b35e5c commit f419679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executor/mock/standalone/standalone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ func testSchedNormal(t *testing.T, jobID string) {
Version: ubuntu.tag,
Entrypoint: `/bin/bash -c 'schedtool 0 | grep SCHED_NORMAL'`,
JobID: jobID,
Batch: true,
}
if !mock.RunJobExpectingSuccess(ji) {
t.Fail()
Expand Down

0 comments on commit f419679

Please sign in to comment.