We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471493b commit 037c817Copy full SHA for 037c817
test/runCQN.js
@@ -433,7 +433,7 @@ describe('185. runCQN.js', function() {
433
}); // 185.8
434
435
// An variation of 185.4
436
- it('185.9 Negative - unsubscribe the invalid subscription', async () => {
+ it.skip('185.9 Negative - unsubscribe the invalid subscription', async () => {
437
try {
438
const TABLE = 'nodb_tab_cqn_9';
439
const myCallback = async function(message) {
0 commit comments