Pending Tests
“Pending” — as in “someone should write these test cases eventually” — test-cases are those without a callback:
Pending tests will be included in the test results, and marked as pending. A pending test is not considered a failed test.
Read the inclusive tests section for an example of conditionally marking a test as pending via this.skip()
.