mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 936504 - Disable 'ril_worker.js' test in test_ril_code_quality.py. r=hsinyi
This commit is contained in:
parent
9bf870ae0a
commit
a7d1e24cb9
@ -352,8 +352,10 @@ class TestRILCodeQuality(MarionetteTestCase):
|
||||
def test_RadioInterfaceLayer(self):
|
||||
self._check('RadioInterfaceLayer.js')
|
||||
|
||||
def test_ril_worker(self):
|
||||
self._check('ril_worker.js')
|
||||
# Bug 936504. Disable the test for 'ril_worker.js'. It sometimes runs very
|
||||
# slow and causes the timeout fail on try server.
|
||||
#def test_ril_worker(self):
|
||||
# self._check('ril_worker.js')
|
||||
|
||||
def test_ril_consts(self):
|
||||
self._check('ril_consts.js')
|
||||
|
Loading…
Reference in New Issue
Block a user