Skip to content

Commit beb3ec5

Browse files
committed
Hide Outputs field from JSON serialization
1 parent 3eaf1ca commit beb3ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/reports/data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type TestResult struct {
3636
Failures int
3737
Successes int
3838
Skips int
39-
Outputs map[string][]string // Temporary storage for outputs during test run
39+
Outputs map[string][]string `json:"-"` // Temporary storage for outputs during test run
4040
PassedOutputs map[string][]string // Outputs for passed runs
4141
FailedOutputs map[string][]string // Outputs for failed runs
4242
Durations []time.Duration

0 commit comments

Comments
 (0)