Commit 1358d9c9 authored by Artur Khachatryan's avatar Artur Khachatryan Committed by Commit Bot

[ChromeDriver] Fix an error in test_expectation

Adding a comma at the end of the newly added entry

Change-Id: I3d3fb4f86fbedea46489737abb602321f07a67dc
Reviewed-on: https://chromium-review.googlesource.com/1227189Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Artur Khachatryan <khachatryan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591437}
parent 2a51e23f
...@@ -17,7 +17,7 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [ ...@@ -17,7 +17,7 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2532 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2532
'SlowLoadingPageTest.testRefreshShouldBlockUntilPageLoads', 'SlowLoadingPageTest.testRefreshShouldBlockUntilPageLoads',
'PageLoadingTest.testShouldTimeoutIfAPageTakesTooLongToRefresh' 'PageLoadingTest.testShouldTimeoutIfAPageTakesTooLongToRefresh',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2572 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2572
'ChromeOptionsFunctionalTest.canAddExtensionFromFile', 'ChromeOptionsFunctionalTest.canAddExtensionFromFile',
......
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