Skip to content

Commit

Permalink
This test has always been flakey. It's just not worth it
Browse files Browse the repository at this point in the history
  • Loading branch information
subtleGradient committed Mar 26, 2011
1 parent 7320bd2 commit 805427c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SlickSpec/specs/mock_template.js
Expand Up @@ -27,9 +27,6 @@ var specsMockTemplate = function(context){
it_should_find(1, 'body');

// removes 'tel:' 'a' tags that are just grabbed by iphone
// and the META tag that puts IE8 in compatible mode <meta http-equiv="X-UA-Compatible" content="IE=7" />
// and script tags
it_should_find(1818, '*:not([href^=tel:]):not(script):not(meta)');
it_should_find(1814, 'body *:not([href^=tel:])');

it_should_find(1, 'html');
Expand Down

0 comments on commit 805427c

Please sign in to comment.