Commit 2d730ea2 authored by Devlin Cronin's avatar Devlin Cronin Committed by Commit Bot

[Sheriff] Disable flaky test AccessContextAuditServiceTest.SessionOnlyRecords

Test flakes on TSan.

TBR=rogerta@chromium.org

Bug: 1113376
Change-Id: I6f0b868e85c86c7994ae8e3eedb67869cb165c20
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340101Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Reviewed-by: default avatarRoger Tawa <rogerta@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795187}
parent 24725e80
......@@ -448,7 +448,12 @@ TEST_F(AccessContextAuditServiceTest, TimeRangeHistoryDeletion) {
CheckContainsStorageAPIRecord(kOrigin1, kTestStorageType2, kOrigin1, records);
}
TEST_F(AccessContextAuditServiceTest, SessionOnlyRecords) {
#if defined(THREAD_SANITIZER)
#define MAYBE_SessionOnlyRecords DISABLED_SessionOnlyRecords
#else
#define MAYBE_SessionOnlyRecords SessionOnlyRecords
#endif
TEST_F(AccessContextAuditServiceTest, MAYBE_SessionOnlyRecords) {
// Check that data for cookie domains and storage origins are cleared on
// service shutdown when the associated content settings indicate they should.
const GURL kTestPersistentURL("https://persistent.com");
......
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