From a768b7781b4f61f25dcaf4dae45126c7ce4c1604 Mon Sep 17 00:00:00 2001 From: Debian Med Packaging Team Date: Sun, 4 Aug 2024 16:04:32 -0400 Subject: [PATCH] remove network required test Forwarded: no Last-Updated: 2013-06-01 Gbp-Pq: Name skip_services_unit_test --- .../services/unit_test/Makefile.blast_services_unit_test.app | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c++/src/objtools/blast/services/unit_test/Makefile.blast_services_unit_test.app b/c++/src/objtools/blast/services/unit_test/Makefile.blast_services_unit_test.app index 9afbd825..0406af6e 100644 --- a/c++/src/objtools/blast/services/unit_test/Makefile.blast_services_unit_test.app +++ b/c++/src/objtools/blast/services/unit_test/Makefile.blast_services_unit_test.app @@ -12,6 +12,7 @@ LIB = test_boost blast_services xnetblastcli xnetblast seqdb blastdb scoremat \ LIBS = $(BLAST_THIRD_PARTY_LIBS) $(NETWORK_LIBS) $(CMPRS_LIBS) $(DL_LIBS) \ $(ORIG_LIBS) -CHECK_CMD = blast_services_unit_test +# This test requires an internet connection, shouldn't be run on a build server +# CHECK_CMD = blast_services_unit_test WATCHERS = madden camacho -- 2.30.2