Commit 65e4fef0 authored by Adrienne Walker's avatar Adrienne Walker Committed by Commit Bot

Enable AppDataMigratorTest.FileSystemMigration test

This was flaky in the past but has been rewritten.
Time for another spin.

Bug: 747589
Change-Id: Icf97dda7da24145e77dd7048e4c4db8cde163869
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040054Reviewed-by: default avatarKen Rockot <rockot@google.com>
Commit-Queue: enne <enne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738871}
parent a8f42a3e
......@@ -265,8 +265,7 @@ TEST_F(AppDataMigratorTest, NoOpMigration) {
base::DoNothing());
}
// crbug.com/747589
TEST_F(AppDataMigratorTest, DISABLED_FileSystemMigration) {
TEST_F(AppDataMigratorTest, FileSystemMigration) {
// When writing files, this touches the quota manager, which then
// kicks off extra tasks to write to the quota database that fail
// when the test is over. Because this test is not about quota,
......
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