Commit db52f626 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Re-enable CrashAnalyzerTest.StackTraceCollection on linux-chromeos-google-rel.

Bug: 980748
Change-Id: I10965a3f20ca5ba8fdaabaeeda31bccd40c91ee7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726234
Auto-Submit: Ben Pastene <bpastene@chromium.org>
Reviewed-by: default avatarVlad Tsyrklevich <vtsyrklevich@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682402}
parent c1ff8a6a
...@@ -986,9 +986,6 @@ ...@@ -986,9 +986,6 @@
"test": "components_browsertests" "test": "components_browsertests"
}, },
{ {
"args": [
"--gtest_filter=-CrashAnalyzerTest.StackTraceCollection"
],
"merge": { "merge": {
"args": [], "args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py" "script": "//testing/merge_scripts/standard_gtest_merge.py"
......
...@@ -382,12 +382,6 @@ ...@@ -382,12 +382,6 @@
'shards': 5, 'shards': 5,
}, },
}, },
'linux-chromeos-google-rel': {
# TODO(crbug.com/980748): Remove this filter.
'args': [
'--gtest_filter=-CrashAnalyzerTest.StackTraceCollection',
],
},
}, },
}, },
'content_browsertests': { 'content_browsertests': {
......
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