X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=2da19aa2dd46af892edcbe045fff3e28802cefd7;hb=c4e1422d93b72c1ab1be5c913c48860b1f4e39e2;hp=cb1cec578b3a793cfc4493845ffd1e25f0197c7f;hpb=44cd3f817f6f59ffe495db4cf2b9ea4637a57f75;p=clsql.git diff --git a/tests/test-init.lisp b/tests/test-init.lisp index cb1cec5..2da19aa 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -595,6 +595,10 @@ ((and (eq *test-database-type* :oracle) (clsql-sys:in test :fdml/query/8 :fdml/select/21)) (push (cons test "syntax not supported") skip-tests)) + ((and (not (member *test-database-underlying-type* + '(:postgresql :oracle))) + (clsql-sys:in test :fddl/owner/1)) + (push (cons test "table ownership not supported") skip-tests)) (t (push test-form test-forms))))) (values (nreverse test-forms) (nreverse skip-tests))))