Commit 320f9516 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Add a whitespace change to test_env.py to reset swarming deduplication.

Due to emergency server maintenance in crbug.com/1069091, we need all
tests to not be deduplicated into tests that ran prior to the
maintenance. Adding a trivial change to //testing/test_env.py will
prevent any task deduplication since most every test includes this file
in its inputs.

TBR=johnchen

No-Try: true
No-Tree-Checks: true
Bug: 1069091
Change-Id: If99af96b6bce7b00cd982de0234b39dbb9a9ec89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142619
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Reviewed-by: default avatarRobbie Iannucci <iannucci@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757517}
parent 95ebe7c0
......@@ -5,6 +5,9 @@
"""Sets environment variables needed to run a chromium unit test."""
# Whitespace change to break swarming deduplication.
# TODO(crbug.com/1069091): Delete this comment.
import io
import os
import signal
......
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