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}
This commit is contained in:
deadbeef 2017-02-20 12:07:50 -08:00 committed by Commit bot
parent a445b9bca7
commit 4024b9bbe6

View File

@ -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",