Remove test.

This commit is contained in:
Nuno Cruces
2024-04-15 13:55:12 +01:00
parent cc0b011e8d
commit 17f1681477

View File

@@ -189,18 +189,6 @@ func Test_multiwrite01_memory(t *testing.T) {
mod.Close(ctx)
}
func Test_config01_wal(t *testing.T) {
ctx := util.NewContext(newContext(t), true)
name := filepath.Join(t.TempDir(), "test.db")
cfg := config(ctx).WithArgs("mptest", name, "config01.test",
"--journalmode", "wal")
mod, err := rt.InstantiateModule(ctx, module, cfg)
if err != nil {
t.Fatal(err)
}
mod.Close(ctx)
}
func Test_crash01_wal(t *testing.T) {
if testing.Short() {
t.Skip("skipping in short mode")