File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,15 @@ of the number of test files and individual tests that were executed: -
75
75
: Result: SUCCESS
76
76
+----------------+
77
77
78
+ Fields in the summary should be self-explanatory but a couple might benefit
79
+ from further explanation: -
80
+
81
+ - ` Tests skipped ` are the tests that were found but not executed.
82
+ Normally these are the tests found during a _ Container_ test
83
+ that can't be run (because the test has no corresponding container image).
84
+ - ` Tests ignored ` are test found that are not run because they have
85
+ been marked for non-execution as the test name begins with ` ignore_ ` .
86
+
78
87
### From here
79
88
If you have working copies of all your pipeline repositories checked-out
80
89
in the same directory as this repository you can execute all the tests
You can’t perform that action at this time.
0 commit comments