From 2647ffa7ce318ac56fc0e0fc7d6f98406864e9f9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 12 Jul 2021 21:41:52 +0200 Subject: [PATCH] Expect nri-postgresql test failure due to postgresql dependency --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1ad5ef4..1e1b11f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7304,6 +7304,7 @@ expected-test-failures: - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - mysql-simple # MySQL - network-anonymous-i2p + - nri-postgresql # requires postgres - odbc # "Need ODBC_TEST_CONNECTION_STRING environment variable" - opaleye # PostgreSQL - optima # `demo` invoked with bad arguments https://github.com/commercialhaskell/stackage/pull/6102