Closed patthiel closed 7 years ago
pending('reason here')
it()
If the pending reason isn't available to reporters, we should probably figure out a way to make it available. This is just a quick fix.
cc. @christian-bromann
The unit test failing above doesn't seem related to my PR.
Also - All tests passed locally.
@patthiel all good, was just a flake, thanks for the PR!
pending('reason here')
from within anit()
caused the test to fail.If the pending reason isn't available to reporters, we should probably figure out a way to make it available. This is just a quick fix.
cc. @christian-bromann