We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eaf1ca commit beb3ec5Copy full SHA for beb3ec5
tools/flakeguard/reports/data.go
@@ -36,7 +36,7 @@ type TestResult struct {
36
Failures int
37
Successes int
38
Skips int
39
- Outputs map[string][]string // Temporary storage for outputs during test run
+ Outputs map[string][]string `json:"-"` // Temporary storage for outputs during test run
40
PassedOutputs map[string][]string // Outputs for passed runs
41
FailedOutputs map[string][]string // Outputs for failed runs
42
Durations []time.Duration
0 commit comments