Skip to content

Commit

Permalink
Fixed changes request by @ashutosh-narkar (squash before merge)
Browse files Browse the repository at this point in the history
* enable new test to run in parallel

Signed-off-by: Torsten Wunderlich <[email protected]>
  • Loading branch information
torwunder committed Nov 13, 2024
1 parent 919832e commit f9a46e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/bundle/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6610,6 +6610,7 @@ func TestPluginManualTriggerWithTimeout(t *testing.T) {
}

func TestPluginManualTriggerWithServerError(t *testing.T) {
t.Parallel()

ctx, cancel := context.WithTimeout(context.Background(), 2*time.Second)
defer cancel()
Expand Down

0 comments on commit f9a46e2

Please sign in to comment.