Unskip test that is now passing (#4493)

This commit is contained in:
Monica Kozbial
2020-12-03 11:04:18 -08:00
committed by GitHub
parent b8cfab62e8
commit b5e045fd2b

View File

@@ -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);