diff --git a/test/runCQN.js b/test/runCQN.js index aeb58421..f357e00b 100644 --- a/test/runCQN.js +++ b/test/runCQN.js @@ -433,7 +433,7 @@ describe('185. runCQN.js', function() { }); // 185.8 // An variation of 185.4 - it('185.9 Negative - unsubscribe the invalid subscription', async () => { + it.skip('185.9 Negative - unsubscribe the invalid subscription', async () => { try { const TABLE = 'nodb_tab_cqn_9'; const myCallback = async function(message) {