From d3752582851fb4cc0134ff94dcf027d41465a484 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 25 Jul 2015 11:34:34 -0700 Subject: [PATCH] move haskell-neo4j-client tests from "skipped" to "expected failure" #700 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ef4c60d..aaf2f4ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1365,9 +1365,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/668 - second-transfer - # Test suite needs a running neo4j server with auth disabled - - haskell-neo4j-client - # 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: @@ -1617,6 +1614,9 @@ expected-test-failures: # https://github.com/rcallahan/xlsior/issues/1 - xlsior + # Test suite needs a running neo4j server with auth disabled + - haskell-neo4j-client + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4