Skip to content

Commit 17f1681

Browse files
committed
Remove test.
1 parent cc0b011 commit 17f1681

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

vfs/tests/mptest/mptest_test.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -189,18 +189,6 @@ func Test_multiwrite01_memory(t *testing.T) {
189189
mod.Close(ctx)
190190
}
191191

192-
func Test_config01_wal(t *testing.T) {
193-
ctx := util.NewContext(newContext(t), true)
194-
name := filepath.Join(t.TempDir(), "test.db")
195-
cfg := config(ctx).WithArgs("mptest", name, "config01.test",
196-
"--journalmode", "wal")
197-
mod, err := rt.InstantiateModule(ctx, module, cfg)
198-
if err != nil {
199-
t.Fatal(err)
200-
}
201-
mod.Close(ctx)
202-
}
203-
204192
func Test_crash01_wal(t *testing.T) {
205193
if testing.Short() {
206194
t.Skip("skipping in short mode")

0 commit comments

Comments
 (0)