FuckTheWorld / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

CombinedInputActionsTest.testCombiningShiftAndClickResultsInANewWindow failing on waterfall #1148

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CombinedInputActionsTest.testCombiningShiftAndClickResultsInANewWindow is 
failing intermittently on waterfall on Linux platform

However it passes when I run it locally

@@@STEP_TEXT@failed 1/658@@@
================================================================================
========== 
org.openqa.selenium.interactions.CombinedInputActionsTest.testCombiningShiftAndC
lickResultsInANewWindow (0.068s)
junit.framework.AssertionFailedError: Should have opened a new window. 
expected:<2> but was:<1>
    at org.openqa.selenium.interactions.CombinedInputActionsTest.testCombiningShiftAndClickResultsInANewWindow(CombinedInputActionsTest.java:248)
    at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
    at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
    at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
    at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)

@@@STEP_TEXT@CombinedInputActionsTest.testCombiningShiftAndClickResultsInANewWin
dow@@@

http://build.chromium.org/p/chromium.chromedriver/builders/Linux/builds/13258

Disabling the test for now.

Original issue reported on code.google.com by gmanikp...@chromium.org on 10 Jul 2015 at 10:30

GoogleCodeExporter commented 9 years ago

Original comment by gmanikp...@chromium.org on 14 Jul 2015 at 7:15