Re-skip tests for servant, servant-server until #3805 is done

This commit is contained in:
Dan Burton 2018-07-06 09:54:56 -07:00
parent 979113fb56
commit 31e091b432
No known key found for this signature in database
GPG Key ID: 41F154F410EC12E0

View File

@ -3619,6 +3619,9 @@ packages:
- servant < 0.14.1
- servant-client-core < 0.14.1
- servant-server < 0.14.1
# WHEN LIFTED:
# * remove servant-generic
# * unblock servant and servant-server tests
# end of packages
@ -3847,6 +3850,8 @@ skipped-tests:
- pandoc # tasty 1.1
- text-short # tasty 1.1
- servant-auth-docs # doctest 0.16
- servant # until servant-0.14.1 is allowed
- servant-server # until servant-server-0.14.1 is allowed
# Transitive outdated dependencies
# These can also be checked for updates periodically.