зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1524495 - Temporarily disable raptor-unity-webgl-geckoview due to frequent failures. r=jmaher
Reviewers: jmaher, rwood Reviewed By: jmaher Subscribers: reviewbot, jmaher Bug #: 1524495 Differential Revision: https://phabricator.services.mozilla.com/D20939 --HG-- extra : rebase_source : 0dfc90e334d0d51b135614d5b48d7d4eb24866dd extra : histedit_source : 42e6fdea6fd0a8fe5eaac00f3acf8d72d082e58f
This commit is contained in:
Родитель
c2918302b0
Коммит
085345ac87
|
@ -19,6 +19,7 @@ apps = chrome
|
|||
page_timeout = 900000 # 15 min
|
||||
page_cycles = 1
|
||||
apps = geckoview
|
||||
disabled = Bug 1524495
|
||||
|
||||
[raptor-unity-webgl-refbrow]
|
||||
page_timeout = 900000 # 15 min
|
||||
|
|
|
@ -127,12 +127,13 @@ def test_get_raptor_test_list_chrome(create_args):
|
|||
|
||||
|
||||
def test_get_raptor_test_list_geckoview(create_args):
|
||||
args = create_args(app="geckoview",
|
||||
test="raptor-unity-webgl")
|
||||
|
||||
test_list = get_raptor_test_list(args, mozinfo.os)
|
||||
assert len(test_list) == 1
|
||||
assert test_list[0]['name'] == 'raptor-unity-webgl-geckoview'
|
||||
return
|
||||
# args = create_args(app="geckoview",
|
||||
# test="raptor-unity-webgl")
|
||||
#
|
||||
# test_list = get_raptor_test_list(args, mozinfo.os)
|
||||
# assert len(test_list) == 1
|
||||
# assert test_list[0]['name'] == 'raptor-unity-webgl-geckoview'
|
||||
|
||||
|
||||
def test_get_raptor_test_list_gecko_profiling(create_args):
|
||||
|
|
Загрузка…
Ссылка в новой задаче