Skip to content

Commit

Permalink
mr approve: Fix unapprove test failures
Browse files Browse the repository at this point in the history
The mr approve and unapprove tests cannot be run in parallel.

Remove the parallel call in the test.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
  • Loading branch information
prarit committed Jan 21, 2021
1 parent f7019fe commit 8c6eec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/mr_approve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
// tests

func Test_mrApproveSetup(t *testing.T) {
t.Parallel()
repo := copyTestRepo(t)
orig := exec.Command(labBinaryPath, "mr", "show", "18")
orig.Dir = repo
Expand Down

0 comments on commit 8c6eec1

Please sign in to comment.