Added skipping bad variable test.

This commit is contained in:
Beka Westberg
2019-06-14 09:41:40 -07:00
parent 2620a5092e
commit 427291c05d

View File

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