srsran: restrict test

This commit is contained in:
Anton Bolshakov 2026-05-05 12:23:48 +08:00
parent 18dd775d1f
commit 000406c037
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 4 additions and 2 deletions

View file

@ -24,7 +24,8 @@ else
SRC_URI="https://github.com/srsran/srsRAN_4G/archive/refs/tags/release_${MY_PV}.tar.gz -> ${P}.tar.gz"
fi
RESTRICT="!test? ( test )"
#96% tests passed, 67 tests failed out of 1528
RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"

View file

@ -24,7 +24,8 @@ else
SRC_URI="https://github.com/srsran/srsRAN_4G/archive/refs/tags/release_${MY_PV}.tar.gz -> ${P}.tar.gz"
fi
RESTRICT="!test? ( test )"
#96% tests passed, 67 tests failed out of 1528
RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"