From 20e30564f65b235bddfc2ea7e1e4d62da86e42d6 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 7 Dec 2018 12:44:33 -0500 Subject: [PATCH] Skip tests for cron --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e118ca77..3cfb0da8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4196,7 +4196,8 @@ skipped-tests: - snappy # https://github.com/bos/snappy/issues/1 - thyme # https://github.com/commercialhaskell/stackage/issues/4003 - genvalidity-time # https://github.com/NorfairKing/validity/issues/51 - - uri-bytestring + - uri-bytestring # Could not deduce (SOP.All (SOP.All Arbitrary) xs) arising from a use of ‘SOP.hcpure’ + - cron # Could not deduce (SOP.All (SOP.All Arbitrary) xss) arising from a use of ‘SOP.hcpure’ # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73