1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Do not run snapshot_fault.test as part of the inmemory_journal permutation.

FossilOrigin-Name: 995c084bde44e678facc5f5d95a2335ce61e57b0
This commit is contained in:
dan
2016-05-16 14:35:15 +00:00
parent 697c9eaa90
commit ee7de914d4
3 changed files with 13 additions and 8 deletions

View File

@ -746,6 +746,11 @@ test_suite "inmemory_journal" -description {
# WAL mode is different.
wal* tkt-2d1a5c67d.test backcompat.test e_wal* rowallock.test
# This test does not work as the "PRAGMA journal_mode = memory"
# statement switches the database out of wal mode at inopportune
# times.
snapshot_fault.test
}]
ifcapable mem3 {