Commit f66d3495 authored by Ramin Halavati's avatar Ramin Halavati Committed by Commit Bot

Activate Network Traffic Annotations trybot test on Linux.

After fixing the following two files, the trybot test on Linux are
reactivated:
'tools/clang/pylib/clang/compile_db.py'
'tools/traffic_annotation/scripts/check_annotations.py'

Bug: 690323
Bug: 807146
Change-Id: Id769e4bb4e5d416eb04e2436d38cec5af04606ec
Reviewed-on: https://chromium-review.googlesource.com/891960
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Reviewed-by: default avatarMartin Šrámek <msramek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533218}
parent 9210338d
......@@ -17,7 +17,7 @@ import sys
# If this test starts failing, please set TEST_IS_ENABLED to "False" and file a
# bug to get this reenabled, and cc the people listed in
# //tools/traffic_annotation/OWNERS.
TEST_IS_ENABLED = False
TEST_IS_ENABLED = sys.platform != 'win32'
class NetworkTrafficAnnotationChecker():
......
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