Skip to content

Commit

Permalink
Skip running TokenField tests by default (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Jun 1, 2017
1 parent 1a02c84 commit 97ee1a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/form-token-field/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ const charCodes = {
};

describe( 'FormTokenField', function() {
if ( ! process.env.RUN_SLOW_TESTS ) {
return;
}

let wrapper, tokenFieldNode, textInputNode;

function setText( text ) {
Expand Down

0 comments on commit 97ee1a3

Please sign in to comment.