Commit a7614c0c authored by Rakib M. Hasan's avatar Rakib M. Hasan Committed by Commit Bot

Re-enable assertion for number of browser starts in simple integration test

Bug: chromium:948891
Change-Id: If35daa4956139bc61c3cc4829dbbf35f3061bee4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618020
Commit-Queue: Rakib Hasan <rmhasan@google.com>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#661109}
parent bed4259f
...@@ -745,11 +745,10 @@ class GpuIntegrationTestUnittest(unittest.TestCase): ...@@ -745,11 +745,10 @@ class GpuIntegrationTestUnittest(unittest.TestCase):
['expected_skip'], ['expected_skip'],
['--retry-only-retry-on-failure', '--retry-limit=3', ['--retry-only-retry-on-failure', '--retry-limit=3',
'--test-name-prefix=unittest_data.integration_tests.SimpleTest.']) '--test-name-prefix=unittest_data.integration_tests.SimpleTest.'])
# TODO(rmhasan): re-enable assertion after landing crrev.com/c/1594272
# The number of browser starts include the one call to StartBrowser at the # The number of browser starts include the one call to StartBrowser at the
# beginning of the run of the test suite and for each RestartBrowser call # beginning of the run of the test suite and for each RestartBrowser call
# which happens after every failure # which happens after every failure
# self.assertEquals(self._test_state['num_browser_starts'], 6) self.assertEquals(self._test_state['num_browser_starts'], 6)
def testIntegrationTesttWithBrowserFailure(self): def testIntegrationTesttWithBrowserFailure(self):
self._RunIntegrationTest( self._RunIntegrationTest(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment