Skip to content

Commit

Permalink
Disable systest set_bandwidth_params
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dsiganos committed Aug 31, 2022
1 parent a42f96c commit 9997492
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9997492

Please sign in to comment.