Skip to content

Commit

Permalink
Temporarely deactivate paste ui test
Browse files Browse the repository at this point in the history
Due to unexpected errors on CI
  • Loading branch information
etoledom committed Aug 29, 2019
1 parent 75e27d1 commit e1ed259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __device-tests__/gutenberg-editor-paste.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import testData from './helpers/test-data';

jasmine.DEFAULT_TIMEOUT_INTERVAL = 300000;

describe( 'Gutenberg Editor paste tests', () => {
xdescribe( 'Gutenberg Editor paste tests', () => {
// skip iOS for now
if ( ! isAndroid() ) {
it( 'skips the tests on any platform other than Android', async () => {
Expand Down

0 comments on commit e1ed259

Please sign in to comment.