Don't try to be fancy.

This commit is contained in:
Beka Westberg
2019-08-16 12:25:22 -07:00
parent 0714335bbb
commit 680321fb1d

View File

@@ -94,10 +94,11 @@ suite('XML', function() {
assertSimpleField(resultFieldDom, 'COLOUR', '#000099');
delete Blockly.Blocks['field_colour_test_block'];
});
test('Date', function() {
if (!Blockly.FieldDate) {
this.skip();
}
/* If you want to run date tests add the date picker here:
* https://github.com/google/blockly/blob/master/core/blockly.js#L41
* before unskipping.
*/
test.skip('Date', function() {
Blockly.defineBlocksWithJsonArray([{
"type": "field_date_test_block",
"message0": "%1",