From 4024b9bbe69911f24958d5e76a685242a30e15d9 Mon Sep 17 00:00:00 2001 From: deadbeef Date: Mon, 20 Feb 2017 12:07:50 -0800 Subject: [PATCH] Move filerotatingstream_unittest.cc to rtc_base_nonparallel_tests. These tests involve interactions with the file system, so to avoid flakiness they shouldn't be run in parallel. BUG=webrtc:7195 NOTRY=True Review-Url: https://codereview.webrtc.org/2710433003 Cr-Commit-Position: refs/heads/master@{#16727} --- webrtc/base/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn index e5b0e97b2a..a82748eccd 100644 --- a/webrtc/base/BUILD.gn +++ b/webrtc/base/BUILD.gn @@ -733,6 +733,7 @@ if (rtc_include_tests) { rtc_source_set("rtc_base_nonparallel_tests") { testonly = true sources = [ + "filerotatingstream_unittest.cc", "nullsocketserver_unittest.cc", "physicalsocketserver_unittest.cc", "socket_unittest.cc", @@ -844,7 +845,6 @@ if (rtc_include_tests) { sources = [ "callback_unittest.cc", "crc32_unittest.cc", - "filerotatingstream_unittest.cc", "fileutils_unittest.cc", "helpers_unittest.cc", "httpbase_unittest.cc",