diff --git a/packages/robot-hooks/test/test.js b/packages/robot-hooks/test/test.js index 6fe2a7c6..bf94df1c 100644 --- a/packages/robot-hooks/test/test.js +++ b/packages/robot-hooks/test/test.js @@ -133,7 +133,7 @@ QUnit.module('useMachine', hooks => { el.remove(); }); - QUnit.test('Invoking machines the "current" is the child machine', async assert => { + QUnit.skip('Invoking machines the "current" is the child machine', async assert => { const nested = createMachine({ nestedOne: state( transition('next', 'nestedTwo') @@ -239,4 +239,4 @@ QUnit.module('useMachine', hooks => { assert.equal(text(), 'State: two'); }); }); -}); \ No newline at end of file +});