Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit c63b99e

Browse files
eileenzhengqiyigg
eileenzheng
authored andcommittedMar 28, 2018
fix(grep): change excluded tests to disabled instead of pending (#4673)
1 parent 9348ccf commit c63b99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/frameworks/jasmine.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ exports.run = function(runner, specs) {
8585
spec.getFullName().match(new RegExp(jasmineNodeOpts.grep)) != null;
8686
var invertGrep = !!(jasmineNodeOpts && jasmineNodeOpts.invertGrep);
8787
if (grepMatch == invertGrep) {
88-
spec.pend();
88+
spec.disable();
8989
}
9090
return true;
9191
};

0 commit comments

Comments
 (0)
This repository has been archived.