Skip tests for clock to avoid cyclic dep, see #3368

This commit is contained in:
Dan Burton 2018-03-13 10:14:01 -07:00
parent 51124c9de4
commit 64d29ce77b
No known key found for this signature in database
GPG Key ID: 41F154F410EC12E0

View File

@ -5148,6 +5148,10 @@ skipped-builds:
# or if Setup fails because of missing foreign libraries.
# Otherwise place them in expected-test-failures.
skipped-tests:
# An attempt to avoid cyclic dependencies
# https://github.com/fpco/stackage/issues/3368
- clock # tasty
# Outdated dependencies
# These can periodically be checked for updates;
# just remove these lines and run `stackage-curator check' to verify.