X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=84d09d3d0bbceb2d4da08110cff0a66f39c1393c;hp=b1a89341af6499018a7025cc7c4b0474519b1649;hb=f7ffd9617ac7b70d330add3ad409128a9dec266f;hpb=7a857ddf473a4c8f20f93061766b9f34a5f5179c diff --git a/tests/test-init.lisp b/tests/test-init.lisp index b1a8934..84d09d3 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -584,6 +584,11 @@ :fdml/select/21 :fdml/select/32 :fdml/select/33)) (push (cons test "not supported by sqlite") skip-tests)) + ((and (eql *test-database-type* :sqlite3) + (clsql-sys:in test :fddl/view/4 :fdml/select/10 + :fdml/select/21 :fdml/select/32 + :fdml/select/33)) + (push (cons test "not supported by sqlite3") skip-tests)) ((and (not (clsql-sys:db-type-has-bigint? db-type)) (clsql-sys:in test :basic/bigint/1)) (push (cons test "bigint not supported") skip-tests))