From 071059e8f2a571149a700d2163601acbed2f2528 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 21 Apr 2020 10:21:20 +0200 Subject: [PATCH] tests: disable sqlite test for now --- cmd/tools/vtest-fixed.v | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index 7683372b06..c643c99b73 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -29,6 +29,7 @@ const ( 'vlib/v/tests/pointers_str_test.v', 'vlib/net/http/cookie_test.v', 'vlib/clipboard/clipboard_test.v', + 'vlib/sqlite/sqlite_test.v', 'vlib/v/tests/live_test.v', // Linux & Solaris only; since live does not actually work for now with v2, just skip 'vlib/v/tests/asm_test.v', // skip everywhere for now, works on linux with cc != tcc