From e3ed5e71fac1684ad99425d4aec331421f3bb651 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Jun 2017 07:43:12 +0300 Subject: [PATCH] Expect test failure from oanda-rest-api again See: https://github.com/jdreaver/oanda-rest-api/issues/9#issuecomment-308005277 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ed9dfa8..121b2928 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3673,6 +3673,7 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 + - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2