From 56ed23e5a60d8311c0173bd6f34a08110ce3f030 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 9 Feb 2004 23:39:55 +0000 Subject: [PATCH] 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 --- tests/bits/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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_* -- 2.39.5