Commit 6b89e532 authored by Greg Thompson's avatar Greg Thompson Committed by Commit Bot

Disable DmServerUploaderTest.ProcessesRecord and DmServerUploaderTest.ProcessesRecords.

High flake rate.

BUG=1133962
TBR=zatrudo@google.com
NOTRY=true

Change-Id: I41a87c39297b22ba895997593f80257fb0549447
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443853Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Commit-Queue: Greg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813121}
parent f4d2bb2c
...@@ -127,7 +127,8 @@ class DmServerUploaderTest : public testing::Test { ...@@ -127,7 +127,8 @@ class DmServerUploaderTest : public testing::Test {
policy::MockCloudPolicyClient client_; policy::MockCloudPolicyClient client_;
}; };
TEST_F(DmServerUploaderTest, ProcessesRecord) { // Disabled due to high flakes; see https://crbug.com/1133962.
TEST_F(DmServerUploaderTest, DISABLED_ProcessesRecord) {
// Add an empty record. // Add an empty record.
records_->emplace_back(); records_->emplace_back();
...@@ -144,7 +145,8 @@ TEST_F(DmServerUploaderTest, ProcessesRecord) { ...@@ -144,7 +145,8 @@ TEST_F(DmServerUploaderTest, ProcessesRecord) {
callback_waiter.Wait(); callback_waiter.Wait();
} }
TEST_F(DmServerUploaderTest, ProcessesRecords) { // Disabled due to high flakes; see https://crbug.com/1133962.
TEST_F(DmServerUploaderTest, DISABLED_ProcessesRecords) {
for (uint64_t i = 0; i < 10; i++) { for (uint64_t i = 0; i < 10; i++) {
EncryptedRecord record; EncryptedRecord record;
auto* sequencing_info = record.mutable_sequencing_information(); auto* sequencing_info = record.mutable_sequencing_information();
......
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