Skip to content

Commit

Permalink
Use parallel test set
Browse files Browse the repository at this point in the history
Signed-off-by: Calum Murray <[email protected]>
  • Loading branch information
Cali0707 committed Nov 14, 2023
1 parent 5a95f67 commit 3a57587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rekt/new_trigger_filters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ func TestMTChannelBrokerNewTriggerFilters(t *testing.T) {
environment.Managed(t),
)

env.TestSet(ctx, t, newfilters.NewFiltersFeatureSet(broker.InstallMTBrokerIntoFeature))
env.ParallelTestSet(ctx, t, newfilters.NewFiltersFeatureSet(broker.InstallMTBrokerIntoFeature))
}

0 comments on commit 3a57587

Please sign in to comment.