зеркало из https://github.com/mozilla/gecko-dev.git
Bug 537936 - [orange] Disabling most likely test failures in bulk to reduce noise
This commit is contained in:
Родитель
0543929d6a
Коммит
53de3f6632
|
@ -334,6 +334,8 @@
|
|||
{
|
||||
gQueue = new eventQueue();
|
||||
|
||||
// temporarily disabling for bug 537936 (experiment at a quieter time)
|
||||
/*
|
||||
gQueue.push(new removeChildNParent("option1", "select1"));
|
||||
gQueue.push(new removeParentNChild("option2", "select2"));
|
||||
gQueue.push(new hideChildNParent("option3", "select3"));
|
||||
|
@ -341,7 +343,8 @@
|
|||
gQueue.push(new hideChildNRemoveParent("option5", "select5"));
|
||||
gQueue.push(new hideParentNRemoveChild("option6", "select6"));
|
||||
gQueue.push(new removeChildNHideParent("option7", "select7"));
|
||||
// [bug 537936] gQueue.push(new removeParentNHideChild("option8", "select8"));
|
||||
gQueue.push(new removeParentNHideChild("option8", "select8"));
|
||||
*/
|
||||
|
||||
gQueue.push(new addParentNChild("testContainer", false));
|
||||
gQueue.push(new addParentNChild("testContainer", true));
|
||||
|
|
Загрузка…
Ссылка в новой задаче