Skip to content

Commit

Permalink
Add unstable_tests
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Jun 8, 2022
1 parent 4c598dd commit e2f028d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@

THISDIR=$(dirname ${BASH_SOURCE[0]})

# Some tests, like the one using the latest pipenv, might be unstable
# because new upstream releases tend to break our tests sometimes.
# If a test is in UNSTABLE_TESTS and IGNORE_UNSTABLE_TESTS env
# variable is defined, a result of the test has no impact on
# the overall result of the test suite.
declare -a UNSTABLE_TESTS=(pino)

TEST_LIST_APP="\
test_run_app_application
test_s2i_usage
Expand Down

0 comments on commit e2f028d

Please sign in to comment.