Commit 25cf3ebb authored by Andreas Tille's avatar Andreas Tille
Browse files

Exclude another network accessing test

parent 38f251a7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Last-Update: Sat, 24 Mar 2018 07:41:44 +0100

--- a/test/Makefile
+++ b/test/Makefile
@@ -35,23 +35,17 @@ include $(TOP)/build/Makefile.config
@@ -35,23 +35,16 @@ include $(TOP)/build/Makefile.config
 # default
 #
 SUBDIRS =    \
@@ -34,12 +34,12 @@ Last-Update: Sat, 24 Mar 2018 07:41:44 +0100
 	sra-pileup      \
 	fuse            \
 	fastq-loader    \
 	kget            \
-	kget            \
-	vdb-dump        \
 
 # under construction
 #    ngs-pileup      \
@@ -61,6 +55,8 @@ include $(TOP)/build/Makefile.targets
@@ -61,6 +54,8 @@ include $(TOP)/build/Makefile.targets
 
 $(SUBDIRS):
 	@ $(MAKE) -C $@