Marks this test as failing.
Use test.failing for a test you expect to fail. The result is inverted: the test passes if it throws, and fails if it does not.
test.failing is similar to test.todo except that it always runs, regardless of the --todo flag.