diff options
author | dan <dan@noemail.net> | 2016-05-16 14:35:15 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2016-05-16 14:35:15 +0000 |
commit | ee7de914d4cce9ab3eee31dfae7ec93807fab70e (patch) | |
tree | f0222b9b3b98e2a20a402ab978da04d5137a3e62 /test/permutations.test | |
parent | 697c9eaa907474554aaaf97ad71f07c2a151c7ac (diff) | |
download | sqlite-ee7de914d4cce9ab3eee31dfae7ec93807fab70e.tar.gz sqlite-ee7de914d4cce9ab3eee31dfae7ec93807fab70e.zip |
Do not run snapshot_fault.test as part of the inmemory_journal permutation.
FossilOrigin-Name: 995c084bde44e678facc5f5d95a2335ce61e57b0
Diffstat (limited to 'test/permutations.test')
-rw-r--r-- | test/permutations.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/permutations.test b/test/permutations.test index df3f500cd..f4784cfce 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -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 { |