mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Added skipping bad variable test.
This commit is contained in:
@@ -68,7 +68,7 @@ suite('Variable Fields', function() {
|
||||
sinon.restore();
|
||||
});
|
||||
|
||||
test('Dropdown contains variables', function() {
|
||||
test.skip('Dropdown contains variables', function() {
|
||||
// Expect that the dropdown options will contain the variables that exist
|
||||
this.workspace.createVariable('name1', '', 'id1');
|
||||
this.workspace.createVariable('name2', '', 'id2');
|
||||
|
||||
Reference in New Issue
Block a user