From f0da78004c228aefdf9b92bdcb368eac070b89e7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 19 Nov 2015 15:37:49 +0100 Subject: [PATCH] Disable some amazonka test-suites that don't work with lens 4.13 brendanhay/amazonka#251 --- build-constraints.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cc3c006..6858ff58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1655,7 +1655,7 @@ packages: # https://github.com/fpco/stackage/pull/980 # "Stefan Kersten @kaoskorobase": # - hsndfile - + "yihuang @yihuang": - tagstream-conduit @@ -1849,8 +1849,13 @@ skipped-tests: # https://github.com/fpco/stackage/issues/934 - cacophony -# end of skipped-tests + # Build error with lens-4.13 + # https://github.com/brendanhay/amazonka/issues/251 + - amazonka-ec2 + - amazonka-s3 + - amasonka-swf +# end of skipped-tests # 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.