Skip to content

Commit 48bd0d2

Browse files
matttbeintel-lab-lkp
authored andcommitted
selftests: mptcp: simult_flows: disable 'flaky' mark
Thanks to recent commits removing high bufferbloat in this case, the "unbalanced bwidth" subtest has a more stable transfer. Thanks to that, it looks like the test is no longer flaky (hopefully). Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
1 parent ac96273 commit 48bd0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/net/mptcp/simult_flows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ run_test 10 10 0 0 20 20 "balanced bwidth"
307307
run_test 10 10 1 25 20 50 "balanced bwidth with unbalanced delay"
308308

309309
# we still need some additional infrastructure to pass the following test-cases
310-
MPTCP_LIB_SUBTEST_FLAKY=1 run_test 10 3 0 0 30 20 "unbalanced bwidth"
310+
run_test 10 3 0 0 30 20 "unbalanced bwidth"
311311
run_test 10 3 1 25 40 30 "unbalanced bwidth with unbalanced delay"
312312
run_test 10 3 25 1 50 30 "unbalanced bwidth with opposed, unbalanced delay"
313313

0 commit comments

Comments
 (0)