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

Add solution for quarantining flaky tests #9427

Closed

Commits on Feb 2, 2021

  1. Add solution for quarantining flaky tests

    - Inspired by Airflow's Quarantined tests solution,
      https://github.com/apache/airflow/blob/master/TESTING.rst#quarantined-tests
    - Quarantined tests are not run by default.
    - Quarantined tests are executed when "runQuarantinedTests" system property is set to true
      - this is similar feature as Airflow's "--include-quarantined" flag
    - No other tests than Quarantined tests are executed when "runOnlyQuarantinedTests"
      system property is set to true.
      - this is similar feature as Airflow CI's "-m quarantined" flag
    lhotari committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    11c0c44 View commit details
    Browse the repository at this point in the history