Bug 1563353 - Disable two PromptDelegate tests for intermittent failures. r=snorp

Differential Revision: https://phabricator.services.mozilla.com/D37071

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dylan Roeh 2019-07-05 15:19:48 +00:00
Родитель 4b233fe605
Коммит 3a35c73191
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -107,6 +107,7 @@ class PromptDelegateTest : BaseSessionTest() {
sessionRule.session.waitForPageStop()
}
@Ignore // TODO: Reenable when 1501574 is fixed.
@Test fun alertTest() {
sessionRule.session.evaluateJS("alert('Alert!');")
@ -137,6 +138,7 @@ class PromptDelegateTest : BaseSessionTest() {
}
}
@Ignore // TODO: Reenable when 1501574 is fixed.
@Test fun buttonTest() {
sessionRule.delegateDuringNextWait(object : Callbacks.PromptDelegate {
@AssertCalled(count = 1)