Browse Source

Merge pull request #177 from ckeditor/t/ckeditor5/1731b

Internal: Re-enable memory tests.
Piotrek Koszuliński 6 years ago
parent
commit
d4bfc30b99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-core/tests/_utils/memory.js

+ 1 - 1
packages/ckeditor5-core/tests/_utils/memory.js

@@ -31,7 +31,7 @@ const GARBAGE_COLLECTOR_TIMEOUT = 500;
  */
 export function describeMemoryUsage( callback ) {
 	// Skip all memory tests due to https://github.com/ckeditor/ckeditor5/issues/1731.
-	describe.skip( 'memory usage', () => {
+	describe( 'memory usage', () => {
 		skipIfNoGarbageCollector();
 
 		beforeEach( createEditorElement );