diff --git a/build-constraints.yaml b/build-constraints.yaml index 54cb43d6..1fd20945 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -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