Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Support for regarding flaky tests failures as non-fatal #8689

Merged
merged 2 commits into from
Dec 4, 2014
Merged

Support for regarding flaky tests failures as non-fatal #8689

merged 2 commits into from
Dec 4, 2014

Commits on Dec 4, 2014

  1. test: runner support for flaky tests

    Adding --flaky-tests option, to allow regarding flaky tests failures
    as non-fatal.
    
    Currently only observed by the TapProgressIndicator, which will
    add a # TODO directive to tests classified as flaky. According to the
    TAP specification, the test harness is supposed to treat failures
    that have a # TODO directive as non-fatal.
    orangemocha committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    df3a2b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0674cba View commit details
    Browse the repository at this point in the history