From: wolf Date: Mon, 9 Feb 2004 23:39:55 +0000 (+0000) Subject: Disable the vector tests for now, until I can merge the branch. This is more X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ed23e5a60d8311c0173bd6f34a08110ce3f030;p=dealii-svn.git Disable the vector tests for now, until I can merge the branch. This is more useful than to have them fail all the time. git-svn-id: https://svn.dealii.org/trunk@8448 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/Makefile b/tests/bits/Makefile index d83430e30f..e44d116e2b 100644 --- a/tests/bits/Makefile +++ b/tests/bits/Makefile @@ -46,8 +46,7 @@ tests_x = anna_? \ mapping_q4_3d \ q_points \ find_cell_* \ - sparse_matrix_* \ - vector_* + sparse_matrix_* ifeq ($(USE_CONTRIB_PETSC),yes) tests_x += petsc_*