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

Commit

Permalink
Skip all memory tests due to a bug. See ckeditor/ckeditor5#1731 for m…
Browse files Browse the repository at this point in the history
…ore details.
  • Loading branch information
Kamil Piechaczek committed Apr 29, 2019
1 parent 300f5a2 commit 5d7dd97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/_utils/memory.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const GARBAGE_COLLECTOR_TIMEOUT = 500;
* @param {Function} callback Callback with test suit body
*/
export function describeMemoryUsage( callback ) {
describe( 'memory usage', () => {
// Skip all memory tests due to https://github.com/ckeditor/ckeditor5/issues/1731.
describe.skip( 'memory usage', () => {
skipIfNoGarbageCollector();

beforeEach( createEditorElement );
Expand Down

0 comments on commit 5d7dd97

Please sign in to comment.