lahmatiy opened this issue 10 years ago · 0 comments
Runner should check pending not only for test, but also in test ancestors.
module.exports = { name: 'suite', pending: true, test: [ { name: 'test', test: function(){ // should not run } } ] }