From b5e045fd2b35b41c5cd261c4b21e60b302883feb Mon Sep 17 00:00:00 2001 From: Monica Kozbial Date: Thu, 3 Dec 2020 11:04:18 -0800 Subject: [PATCH] Unskip test that is now passing (#4493) --- tests/mocha/insertion_marker_test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/mocha/insertion_marker_test.js b/tests/mocha/insertion_marker_test.js index eb028b8eb..629ac2c7b 100644 --- a/tests/mocha/insertion_marker_test.js +++ b/tests/mocha/insertion_marker_test.js @@ -197,8 +197,7 @@ suite('InsertionMarkers', function() { this.assertGen(xml, 'stack[a];\n'); }); }); - suite.skip('Serialization', function() { - // TODO(#4116): Re-enable after addressing bug + suite('Serialization', function() { setup(function() { this.assertXml = function(xml, expectXml) { Blockly.Xml.domToWorkspace(xml, this.workspace);