Bug 936504 - Disable 'ril_worker.js' test in test_ril_code_quality.py. r=hsinyi

This commit is contained in:
Szu-Yu Chen [:aknow] 2013-11-18 12:39:03 -05:00
parent 9bf870ae0a
commit a7d1e24cb9

View File

@ -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')