mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Unskip test that is now passing (#4493)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user