Commit 653b14f2 authored by Victor Costan's avatar Victor Costan Committed by Commit Bot

sql: Enable SQLiteFeaturesTest.TimeMachine

Bug: 410350
Change-Id: I34cbb3572b1b5202ea2400acaafa68eae47809e4
Reviewed-on: https://chromium-review.googlesource.com/1146494Reviewed-by: default avatarChris Mumford <cmumford@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577221}
parent 957f866a
...@@ -317,9 +317,7 @@ base::ScopedCFTypeRef<CFURLRef> CFURLRefForPath(const base::FilePath& path){ ...@@ -317,9 +317,7 @@ base::ScopedCFTypeRef<CFURLRef> CFURLRefForPath(const base::FilePath& path){
// If a database file is marked to be excluded from Time Machine, verify that // If a database file is marked to be excluded from Time Machine, verify that
// journal files are also excluded. // journal files are also excluded.
// TODO(shess): Disabled because CSBackupSetItemExcluded() does not work on the TEST_F(SQLiteFeaturesTest, TimeMachine) {
// bots, though it's fine on dev machines. See <http://crbug.com/410350>.
TEST_F(SQLiteFeaturesTest, DISABLED_TimeMachine) {
ASSERT_TRUE(db().Execute("CREATE TABLE t (id INTEGER PRIMARY KEY)")); ASSERT_TRUE(db().Execute("CREATE TABLE t (id INTEGER PRIMARY KEY)"));
db().Close(); db().Close();
......
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