mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 13:48:30 +00: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:
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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user