Skip a test

This commit is contained in:
Christopher Jones 2019-08-14 22:10:41 +10:00
parent 471493b71a
commit 037c817305
1 changed files with 1 additions and 1 deletions

View File

@ -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) {