Skip to content

Commit

Permalink
browser-tests: blacklist elm
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Feb 22, 2015
1 parent 9e5a9a3 commit c3c8304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser-tests/allTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
];
Expand Down

0 comments on commit c3c8304

Please sign in to comment.