ChromeDriverTest.testHasFocusOnStartup in chromedriver_py_tests failing on chromium.mac/Mac10.10 Tests |
|||||
Issue descriptionFiled by sheriff-o-matic@appspot.gserviceaccount.com on behalf of smcgruer@google.com ChromeDriverTest.testHasFocusOnStartup in chromedriver_py_tests failing on chromium.mac/Mac10.10 Tests Builders failed on: - Mac10.10 Tests: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.10%20Tests https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.10%20Tests/34009 https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.10%20Tests/34005 https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.10%20Tests/34000 Example failure: ====================================================================== FAIL: testHasFocusOnStartup (__main__.ChromeDriverTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "../../chrome/test/chromedriver/test/run_py_tests.py", line 1100, in testHasFocusOnStartup self.assertTrue(self._driver.ExecuteScript('return document.hasFocus()')) AssertionError: False is not true
,
Jul 30
,
Jul 30
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/413baa14ff7c9123da4f065a12f19ee692ed3dc6 commit 413baa14ff7c9123da4f065a12f19ee692ed3dc6 Author: Peter Boström <pbos@chromium.org> Date: Mon Jul 30 23:08:21 2018 Disable ChromeDriverTest.testHasFocusOnStartup Very flaky on Mac 10.10 Tests. Bug: chromium:868376 Change-Id: I415dd89ba7c666630e2d65950c2c5472d2e11968 Reviewed-on: https://chromium-review.googlesource.com/1155819 Reviewed-by: John Chen <johnchen@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#579221} [modify] https://crrev.com/413baa14ff7c9123da4f065a12f19ee692ed3dc6/chrome/test/chromedriver/test/run_py_tests.py
,
Jul 30
Removing the sheriff label since the test is disabled on Mac for now.
,
Jul 31
Issue 868877 has been merged into this issue.
,
Jul 31
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c08de44384342b4fa5b59d7da57ba7e368e3ae23 commit c08de44384342b4fa5b59d7da57ba7e368e3ae23 Author: John Chen <johnchen@chromium.org> Date: Tue Jul 31 19:38:59 2018 [ChromeDriver] Delete flaky testHasFocusOnStartup Delete test case ChromeDriverTest.testHasFocusOnStartup, which is inherently flaky, as any pop-up window can cause Chrome to lose focus. Bug: 868376 Change-Id: Ie9b737791df3eadb85fb9525775963c9a997be7b Reviewed-on: https://chromium-review.googlesource.com/1157072 Reviewed-by: Caleb Rouleau <crouleau@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#579532} [modify] https://crrev.com/c08de44384342b4fa5b59d7da57ba7e368e3ae23/chrome/test/chromedriver/test/run_py_tests.py
,
Jul 31
Fixed by deleting the flaky test. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by smcgruer@chromium.org
, Jul 27Components: Tests>WebDriver
Owner: kereliuk@chromium.org
Status: Assigned (was: Available)