disable tests

This commit is contained in:
Erik Foris 2024-04-17 13:12:30 +02:00
parent 8668b468dd
commit a1a54466a8

2
deploy
View File

@ -38,7 +38,7 @@ mkdir build
cd build cd build
cmake .. -DENABLE_EXPORT=ON -DENABLE_ZEROMQ=ON cmake .. -DENABLE_EXPORT=ON -DENABLE_ZEROMQ=ON
make -j`nproc` make -j`nproc`
make test # make test
cd apps/gnb cd apps/gnb
sudo screen -dmS gnb ./gnb -c /opt/oran-sc-ric/e2-agents/srsRAN/gnb_zmq.yaml sudo screen -dmS gnb ./gnb -c /opt/oran-sc-ric/e2-agents/srsRAN/gnb_zmq.yaml