Skip to content

Commit

Permalink
Remove unnecessary ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Dec 18, 2017
1 parent 57ad157 commit a64ad28
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/plugins/balloontoolbar/positioning.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@

var tests = {
setUp: function() {
// In IE8 tests are run in very small window which breaks positioning assertions and tests fails (#1076).
if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 ) {
assert.ignore();
}
if ( parentFrame ) {
parentFrame.style.height = '900px';
}
Expand Down Expand Up @@ -168,6 +164,7 @@
};

tests = bender.tools.createTestsForEditors( CKEDITOR.tools.objectKeys( bender.editors ), tests );
// In IE8 tests are run in very small window which breaks positioning assertions and tests fails (#1076).
ignoreUnsupportedEnvironment( tests );
bender.test( tests );
} )();

0 comments on commit a64ad28

Please sign in to comment.