Page MenuHomePhabricator

Introduce @skip tag in mediawiki selenium
Closed, DeclinedPublic

Description

When a test is failing due to a bug outside my control, I do not want to trigger e-mails for failures for known bugs. Ideally I should be able to tag troublesome tests with @skip:T<bug number>

When this tag is used, the test still runs but shows up as a warning in the results rather than a failure.

@dduvall

Event Timeline

Jdlrobson raised the priority of this task from to Needs Triage.
Jdlrobson updated the task description. (Show Details)
Jdlrobson subscribed.
zeljkofilipin updated the task description. (Show Details)
zeljkofilipin set Security to None.
zeljkofilipin moved this task from Inbox to Next on the Browser-Tests-Infrastructure board.
zeljkofilipin added a subscriber: dduvall.
kaldari claimed this task.
kaldari subscribed.

This was implemented for Mobile-Web in https://gerrit.wikimedia.org/r/#/c/215542/

This is for a generic component

zeljkofilipin lowered the priority of this task from Medium to Low.
zeljkofilipin subscribed.

Unlikely to ever be resolved because of T139740: Port Selenium tests from Ruby to Node.js.