Skip a test instead of expecting failure

This commit is contained in:
Michael Snoyman 2015-02-11 08:27:03 +02:00
parent b17c53b546
commit 7228ab9eb2

View File

@ -845,6 +845,9 @@ skipped-tests:
# https://github.com/Soostone/retry/issues/18
- retry
# https://github.com/jwiegley/gitlib/issues/42
- hlibgit2
# Tests which we should build and run, but which are expected to fail. We
# should not fail a build based on a test failure for one of these packages.
expected-test-failures:
@ -998,9 +1001,6 @@ expected-test-failures:
# https://github.com/haskell-distributed/distributed-process-execution/issues/2
- distributed-process-execution
# https://github.com/jwiegley/gitlib/issues/42
- hlibgit2
# Haddocks which are expected to fail. Same concept as expected test failures.
expected-haddock-failures:
# https://github.com/acw/bytestring-progress/issues/4