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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user