question about "X tests failed (no new)" annotation
Answered
Hey, wanted to ask what does the "no new" refers to? no new failures compared to what?
Is it compared to the master? or maybe the the last commit on the given branch?
thanks!
Please sign in to leave a comment.
Hello Tamir,
As per , a test run failure would be considered to be a new failure if this is the first build where the failure was present. The build history we are checking in this case is limited by the same branch builds, or in case
built-in parameter is present, builds on the default branch.
Summarizing the above; in general case, if a test has failed for the first time on the current branch, it will have the above annotation.
Please let me know in case of any further questions.