Skip to content

Commit

Permalink
Don't run batch_poster system tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
anodar committed Dec 7, 2023
1 parent 908d507 commit 0229521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system_tests/batch_poster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func addNewBatchPoster(ctx context.Context, t *testing.T, builder *NodeBuilder,
}

func testBatchPosterParallel(t *testing.T, useRedis bool) {
t.Parallel()
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
httpSrv, srv := newServer(ctx, t)
Expand Down

0 comments on commit 0229521

Please sign in to comment.