Disable systest set_bandwidth_params (#3934)

It fails fairly frequently with error "Address already in use" and I do
not what the cause is. It is not a priority and it is not important test,
so I am disabling it so we can start getting clean runs through CI and
problems do not go unnoticed.
This commit is contained in:
Dimitrios Siganos 2022-09-01 09:35:41 +01:00 committed by GitHub
commit d627d26d72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,11 @@
#!/bin/sh
# This test is disabled because it fails fairly frequently
# with error "Address already in use" and I do not know what
# the cause is. It is not a priority and it is not an important test,
# therefore I am disabling it so we can start getting clean runs
# through CI and so that CI problems do not go unnoticed.
set -e
DATADIR=data.systest