aboutsummaryrefslogtreecommitdiff
path: root/test/close.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/close.test')
-rw-r--r--test/close.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/close.test b/test/close.test
index d5d6391ae..1b789bc77 100644
--- a/test/close.test
+++ b/test/close.test
@@ -17,6 +17,10 @@ set testdir [file dirname $argv0]
source $testdir/tester.tcl
set ::testprefix close
+# This module bypasses the "-key" logic in tester.tcl, so it cannot run
+# with the codec enabled.
+do_not_use_codec
+
do_execsql_test 1.0 {
CREATE TABLE t1(x);
INSERT INTO t1 VALUES('one');