Browse Source

[master] disable SQLite3Update.rollbackFailure test

see ticket #1845
Jeremy C. Reed 13 years ago
parent
commit
6db3556488
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/datasrc/tests/sqlite3_accessor_unittest.cc

+ 2 - 1
src/lib/datasrc/tests/sqlite3_accessor_unittest.cc

@@ -771,7 +771,8 @@ TEST_F(SQLite3Update, rollback) {
     checkRecords(*accessor, zone_id, "foo.bar.example.com.", expected_stored);
 }
 
-TEST_F(SQLite3Update, rollbackFailure) {
+// TODO: ticket #1845
+TEST_F(SQLite3Update,  DISABLED_rollbackFailure) {
     // This test emulates a rare scenario of making rollback attempt fail.
     // The iterator is paused in the middle of getting records, which prevents
     // the rollback operation at the end of the test.