From a1a54466a801f4b06d260d845b55dd513cae98d0 Mon Sep 17 00:00:00 2001 From: Erik Foris Date: Wed, 17 Apr 2024 13:12:30 +0200 Subject: [PATCH] disable tests --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy b/deploy index 65ca243..1337f5e 100755 --- a/deploy +++ b/deploy @@ -38,7 +38,7 @@ mkdir build cd build cmake .. -DENABLE_EXPORT=ON -DENABLE_ZEROMQ=ON make -j`nproc` -make test +# make test cd apps/gnb sudo screen -dmS gnb ./gnb -c /opt/oran-sc-ric/e2-agents/srsRAN/gnb_zmq.yaml