Skip to content

Commit

Permalink
Remove qualifier about skipped test case
Browse files Browse the repository at this point in the history
The 'skip' outcome is being added in
cdevents#145, so we'll update this document
assuming that this outcome will exist

Signed-off-by: Daniel Han <[email protected]>
  • Loading branch information
dan-han-101 committed Aug 1, 2023
1 parent b6d26d7 commit d8c3338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Testing events covers the subjects and predicates related to test-execution perf
This specification defines three subjects in this stage: `testCaseRun`, `testSuiteRun` and `testOutput`. When a producer sends `testCaseRun` or `testSuiteRun` messages, they should meet the following expecations:
- a `queued` event may optionally be followed by a `started` event
- a `queued` event must be followed by either a `started` or a `finished` event
- a `finished` event following after a `queued` event without a `started` event in between, can only have its outcome set to `cancel` (or `skip` if that is available in the protocol)
- a `finished` event following after a `queued` event without a `started` event in between, can only have its outcome set to `cancel` or `skip`
- a `started` event must be followed by a `finished` event
- a `finished` event may not be sent if no `queued` or `started` events are sent for the same subject

Expand Down

0 comments on commit d8c3338

Please sign in to comment.