Commit 38f251a7 authored by Andreas Tille's avatar Andreas Tille
Browse files

prefetch tries to access network - skip this test as well

parent fb30a67f
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -15,8 +15,11 @@ Last-Update: Sat, 24 Mar 2018 07:41:44 +0100

--- a/test/Makefile
+++ b/test/Makefile
@@ -38,20 +38,15 @@ SUBDIRS =    \
 	prefetch        \
@@ -35,23 +35,17 @@ include $(TOP)/build/Makefile.config
 # default
 #
 SUBDIRS =    \
-	prefetch        \
 	vdb-config      \
 	align-info      \
-	align-cache     \
@@ -36,7 +39,7 @@ Last-Update: Sat, 24 Mar 2018 07:41:44 +0100
 
 # under construction
 #    ngs-pileup      \
@@ -61,6 +56,8 @@ include $(TOP)/build/Makefile.targets
@@ -61,6 +55,8 @@ include $(TOP)/build/Makefile.targets
 
 $(SUBDIRS):
 	@ $(MAKE) -C $@