| Index: chrome/test/chromedriver/test/run_py_tests.py
|
| diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
|
| index 2665b9877c2f0361cf38824edc903fde9456a43e..d802bdd741ace1763a6a9d5d8ca54a5720e6038d 100755
|
| --- a/chrome/test/chromedriver/test/run_py_tests.py
|
| +++ b/chrome/test/chromedriver/test/run_py_tests.py
|
| @@ -68,17 +68,12 @@ _VERSION_SPECIFIC_FILTER['44'] = [
|
|
|
| _OS_SPECIFIC_FILTER = {}
|
| _OS_SPECIFIC_FILTER['win'] = [
|
| - # https://code.google.com/p/chromedriver/issues/detail?id=214
|
| - 'ChromeDriverTest.testCloseWindow',
|
| # https://code.google.com/p/chromedriver/issues/detail?id=299
|
| 'ChromeLogPathCapabilityTest.testChromeLogPath',
|
| ]
|
| _OS_SPECIFIC_FILTER['linux'] = [
|
| # Xvfb doesn't support maximization.
|
| 'ChromeDriverTest.testWindowMaximize',
|
| - # https://code.google.com/p/chromedriver/issues/detail?id=302
|
| - 'ChromeDriverTest.testWindowPosition',
|
| - 'ChromeDriverTest.testWindowSize',
|
| ]
|
| _OS_SPECIFIC_FILTER['mac'] = [
|
| ]
|
|
|