Skip to content

Honor result: skip in tmt-report-results.yaml #5179

Description

@martinhoyer

Our pytest plugin creates a tmt-report-results.yaml, with overall result logic: if some pass, some skip > pass; if all skip > skip.
tmt seems to ignore that and does it's own logic based on sub-results, resulting in overall result "PASS", which can mask issues.

tmt-report-results.yaml:
- name: "/vdo/module_signature/test_signatures.py::test_signatures"
  result: "skip"

Please consider honoring the result in tmt-report-results.yaml, adjust the logic so if all subresults are skipped the overall result is skip, ...(or have a native pytest framework plugin :P)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    • Status
      waiting

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions