Commit c3c83045 authored by Pascal Hartig's avatar Pascal Hartig

browser-tests: blacklist elm

parent 9e5a9a37
......@@ -20,6 +20,9 @@ var excludedFrameworks = [
'cujo', 'montage',
// sammyjs fails intermittently, it would appear that its state is sometimes updated asynchronously?
'sammyjs',
// elm-html batches UI updates with requestAnimationFrame which the tests
// don't wait for
'elm',
// these are examples that have been removed or are empty folders
'emberjs_require', 'dermis'
];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment