mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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.
This commit is contained in:
committed by
Norman Feske
parent
691be92046
commit
14db22c77c
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user