haskell-fft: disable failing test suite

This commit is contained in:
Peter Simons 2015-06-09 15:13:00 +02:00
parent 49d4342f1b
commit 62f2b24c83

View file

@ -844,4 +844,7 @@ self: super: {
# https://github.com/jaspervdj/websockets/issues/104
websockets = dontCheck super.websockets;
# Avoid spurious test suite failures.
fft = dontCheck super.fft;
}