tomsmalley / semantic-reflex

🔧 Semantic UI for Haskell and Reflex-DOM
https://tomsmalley.github.io/semantic-reflex/
BSD 3-Clause Clear License
38 stars 13 forks source link

Tests fail consistently #21

Closed 3noch closed 5 years ago

3noch commented 6 years ago

I'm seeing consistent test failure but only on Mac. Are there ways we can make the tests more reliable?

tomsmalley commented 6 years ago

I've also seen this. (from what I remember) the tests rely on events returning from delay to have the same order as the input event, but this is not the case sometimes (mostly on mac it seems?). I think those tests were based on a poor assumption and should perhaps be removed.

tomsmalley commented 5 years ago

Closed by just commenting out bad tests in https://github.com/tomsmalley/semantic-reflex/commit/66731a0d04d795b811c7a247b4416c0d002a2b38