Skip to content

Commit 8543e24

Browse files
committed
Adding skipped field to test result
1 parent 44940d7 commit 8543e24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/testrunner/testrunner.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ type TestResult struct {
7878
// of the error. An error is when the test cannot complete execution due
7979
// to an unexpected runtime error in the test execution.
8080
ErrorMsg string
81+
82+
// Flag to indicate that test was skipped.
83+
Skipped bool
8184
}
8285

8386
// TestFolder encapsulates the test folder path and names of the package + data stream

0 commit comments

Comments
 (0)