Skip to content

Commit

Permalink
Group http-log by test name-DCL resource
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou authored and f1urps committed Nov 1, 2023
1 parent e048862 commit ca55fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/test/resourcefixture/test_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func runTestCase(ctx context.Context, t *testing.T, fixture ResourceFixture, tes
}
t.Run(FormatTestName(fixture), func(t *testing.T) {
t.Parallel()
ctx = test.WithContext(ctx, t)
testCaseFunc(ctx, t, fixture)
// note, this function, runTestCase(...) almost always returns before testCaseFunc(...) returns
})
Expand Down

0 comments on commit ca55fc8

Please sign in to comment.