Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Tests: Abort with focus/selection related tests on FF cause it's too …
Browse files Browse the repository at this point in the history
…unstable.
  • Loading branch information
Reinmar committed Mar 27, 2020
1 parent ae7e545 commit 7e42a6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/view/view/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,11 @@ describe( 'view', () => {
describe( 'hasDomSelection', () => {
let domElement, domP, domSelection;

// Focus tests are too unstable on Firefox to run them.
if ( env.isGecko ) {
return;
}

beforeEach( () => {
const viewRoot = createViewRoot( viewDocument, 'div', 'main' );

Expand Down

0 comments on commit 7e42a6a

Please sign in to comment.