odbc tests fail to run

test/Main.hs:458:7:
  1) Database.ODBC.Internal.Connectivity Connect, no close
       uncaught exception: ErrorCall
       Need ODBC_TEST_CONNECTION_STRING environment variable.
       Example:
       ODBC_TEST_CONNECTION_STRING='DRIVER={ODBC Driver 13 for SQL Server};SERVER=127.0.0.1;Uid=SA;Pwd=Passw0rd;Encrypt=no'
       CallStack (from HasCallStack):
         error, called at test/Main.hs:458:7 in main:Main
This commit is contained in:
Jens Petersen 2018-03-28 19:49:28 +09:00
parent ea2c58f2b9
commit c5f3241231

View File

@ -4528,6 +4528,7 @@ expected-test-failures:
- mysql-haskell # Requires local mysql server with a test account, and binlog enabled.
- mysql-simple # MySQL
- network-anonymous-i2p
- odbc # "Need ODBC_TEST_CONNECTION_STRING environment variable"
- opaleye # PostgreSQL
- persistent-redis # redis - https://github.com/fpco/stackage/pull/1581
- pipes-mongodb