Commit 44583396 authored by Artur Khachatryan's avatar Artur Khachatryan Committed by Commit Bot

[ChromeDriver] Fixed the syntax for disabled test

Added a comma at the end of the test name

Change-Id: I1e08dc70aaf154d9576c4dba2972e5892ebafbec
Reviewed-on: https://chromium-review.googlesource.com/884231Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Artur Khachatryan <khachatryan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531697}
parent f29015e7
...@@ -123,7 +123,7 @@ _OS_SPECIFIC_FILTER['linux'] = [ ...@@ -123,7 +123,7 @@ _OS_SPECIFIC_FILTER['linux'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2132 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2132
'MobileEmulationCapabilityTest.testDeviceMetricsWithDeviceWidth', 'MobileEmulationCapabilityTest.testDeviceMetricsWithDeviceWidth',
# https://bugs.chromium.org/p/chromium/issues/detail?id=803678 # https://bugs.chromium.org/p/chromium/issues/detail?id=803678
'ChromeDriverTest.testGoBackAndGoForward' 'ChromeDriverTest.testGoBackAndGoForward',
'ChromeDriverTest.testAlertHandlingOnPageUnload', 'ChromeDriverTest.testAlertHandlingOnPageUnload',
] ]
_OS_SPECIFIC_FILTER['mac'] = [ _OS_SPECIFIC_FILTER['mac'] = [
...@@ -132,7 +132,7 @@ _OS_SPECIFIC_FILTER['mac'] = [ ...@@ -132,7 +132,7 @@ _OS_SPECIFIC_FILTER['mac'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1945 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1945
'ChromeDriverTest.testWindowFullScreen', 'ChromeDriverTest.testWindowFullScreen',
# https://bugs.chromium.org/p/chromium/issues/detail?id=803678 # https://bugs.chromium.org/p/chromium/issues/detail?id=803678
'ChromeDriverTest.testGoBackAndGoForward' 'ChromeDriverTest.testGoBackAndGoForward',
] ]
_DESKTOP_NEGATIVE_FILTER = [ _DESKTOP_NEGATIVE_FILTER = [
......
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