From 14db22c77c8ca91d6c59d928fc6ea7cdd0a429b7 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 29 Jan 2021 13:16:49 +0100 Subject: [PATCH] nic_router.run: disable test 2 UDP Issue #3992 is still pending but has low priority, so disable the test to reduce the noise and increase the chance to spot independent regressions. --- repos/libports/run/nic_router.run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/libports/run/nic_router.run b/repos/libports/run/nic_router.run index 2e1b1eaa8a..5218eb7e42 100644 --- a/repos/libports/run/nic_router.run +++ b/repos/libports/run/nic_router.run @@ -11,7 +11,8 @@ proc test_timeout { } { } proc enable_test_1 { } { return 1 } -proc enable_test_2 { } { return 1 } +# disabled until #3992 is fixed +proc enable_test_2 { } { return 0 } proc enable_test_3 { } { return 1 } proc enable_test_4 { } { return 1 } proc enable_test_5 { } { return 1 }