disable eslint warning on intentionally skipped test

This commit is contained in:
Pedro Lopez
2022-02-05 23:36:05 -04:00
parent b1f7ff01bc
commit 2200390d4c

View File

@@ -166,6 +166,7 @@ describe('Chat', function () {
});
});
// eslint-disable-next-line mocha/no-skipped-tests
describe.skip('Destructive operations', function () {
it('can clear all messages from chat', async function () {
this.timeout(5000);