haskell-fft: disable failing test suite
This commit is contained in:
parent
49d4342f1b
commit
62f2b24c83
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue