omitir pruebas suites chai

suite.skip('This will be skipped', function(){})

suite.only('All but this suites are skipped', function(){})
Frustrated Developer