Confirmed users
2
edits
mNo edit summary |
m (updated the post disable steps and reviewers) |
||
| Line 166: | Line 166: | ||
nano/gedit file_path //edit the file you want to disable | nano/gedit file_path //edit the file you want to disable | ||
hg commit //add commit message | hg commit //add commit message | ||
<inside editor add comment |Bug 1234567 - disable <test> for frequent failures. r= | <inside editor add comment |Bug 1234567 - disable <test> for frequent failures. r=#intermittent-reviewers| and save> | ||
hg diff -c . //see the changes you made to the files and self review | hg diff -c . //see the changes you made to the files and self review | ||
moz-phab //will submit the changes in phabricator | moz-phab //will submit the changes in phabricator | ||
| Line 192: | Line 192: | ||
== After the test is disabled == | == After the test is disabled == | ||
* Add leave-open to keyword and in Whiteboard change to [stockwell:disabled] | |||
* "Watch" your patch landing to see if the patch was effective: | * "Watch" your patch landing to see if the patch was effective: | ||
** Are there any new failures on your push, or on the next few pushes, of the disabled test? | ** Are there any new failures on your push, or on the next few pushes, of the disabled test? | ||