Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dedicated DISABLED() function to disable tests in Python test framework #5792

Merged
merged 2 commits into from
Jul 13, 2023

Commits on Jul 13, 2023

  1. test: add possibility to disable tests explicitly

    DISABLED() decorator is used to disable permanently failing tests until
    the fix is prepared.
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ec06066 View commit details
    Browse the repository at this point in the history
  2. test: disable pmem2_badblock tests until pmem#5636 is fixed

    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8b9b4fb View commit details
    Browse the repository at this point in the history