Skip to content

Commit 585f762

Browse files
authored
zenoh: disable all tests (NixOS#367608)
2 parents 844e977 + a4def82 commit 585f762

File tree

1 file changed

+1
-51
lines changed

1 file changed

+1
-51
lines changed

pkgs/by-name/ze/zenoh/package.nix

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -31,57 +31,7 @@ rustPlatform.buildRustPackage rec {
3131
"zenoh-ext-examples"
3232
];
3333

34-
checkFlags = [
35-
# thread 'test_liveliness_query_clique' panicked at zenoh/tests/liveliness.rs:103:43:
36-
# called `Result::unwrap()` on an `Err` value: Can not create a new TCP listener bound to tcp/localhost:47448...
37-
"--skip test_liveliness_query_clique"
38-
# thread 'test_liveliness_subscriber_double_client_history_middle' panicked at zenoh/tests/liveliness.rs:845:43:
39-
# called `Result::unwrap()` on an `Err` value: Can not create a new TCP listener bound to tcp/localhost:47456...
40-
"--skip test_liveliness_subscriber_double_client_history_middle"
41-
# thread 'zenoh_matching_status_remote' panicked at zenoh/tests/matching.rs:155:5:
42-
# assertion failed: received_status.ok().flatten().map(|s|
43-
# s.matching_subscribers()).eq(&Some(true))
44-
"--skip zenoh_matching_status_remote"
45-
# thread 'qos_pubsub' panicked at zenoh/tests/qos.rs:50:18:
46-
# called `Result::unwrap()` on an `Err` value: Elapsed(())
47-
"--skip qos_pubsub"
48-
# never ending tests
49-
"--skip router_linkstate"
50-
"--skip three_node_combination"
51-
"--skip three_node_combination_multicast"
52-
# Error: Timeout at zenoh/tests/routing.rs:453.
53-
"--skip gossip"
54-
# thread 'zenoh_session_multicast' panicked at zenoh/tests/session.rs:85:49:
55-
# called `Result::unwrap()` on an `Err` value: Can not create a new UDP link bound to udp/224.0.0.1:17448...
56-
"--skip zenoh_session_multicast"
57-
# thread 'tests::transport_multicast_compression_udp_only' panicked at io/zenoh-transport/tests/multicast_compression.rs:170:86:
58-
# called `Result::unwrap()` on an `Err` value: Can not create a new UDP link bound to udp/224.24.220.245:21000...
59-
"--skip tests::transport_multicast_compression_udp_only"
60-
# thread 'tests::transport_multicast_udp_only' panicked at io/zenoh-transport/tests/multicast_transport.rs:167:86:
61-
# called `Result::unwrap()` on an `Err` value: Can not create a new UDP link bound to udp/224.52.216.110:20000...
62-
"--skip tests::transport_multicast_udp_only"
63-
# thread 'openclose_tcp_only_connect_with_interface_restriction' panicked at io/zenoh-transport/tests/unicast_openclose.rs:764:63:
64-
# index out of bounds: the len is 0 but the index is 0
65-
"--skip openclose_tcp_only_connect_with_interface_restriction"
66-
# thread 'openclose_udp_only_listen_with_interface_restriction' panicked at io/zenoh-transport/tests/unicast_openclose.rs:820:72:
67-
# index out of bounds: the len is 0 but the index is 0
68-
"--skip openclose_tcp_only_listen_with_interface_restriction"
69-
# thread 'openclose_tcp_only_listen_with_interface_restriction' panicked at io/zenoh-transport/tests/unicast_openclose.rs:783:72:
70-
# index out of bounds: the len is 0 but the index is 0
71-
"--skip openclose_udp_only_connect_with_interface_restriction"
72-
# thread 'openclose_udp_only_connect_with_interface_restriction' panicked at io/zenoh-transport/tests/unicast_openclose.rs:802:63:
73-
# index out of bounds: the len is 0 but the index is 0
74-
"--skip openclose_udp_only_listen_with_interface_restriction"
75-
76-
# These tests require a network interface and fail in the sandbox
77-
"--skip openclose_quic_only_listen_with_interface_restriction"
78-
"--skip openclose_quic_only_connect_with_interface_restriction"
79-
"--skip openclose_tls_only_connect_with_interface_restriction"
80-
"--skip openclose_tls_only_listen_with_interface_restriction"
81-
82-
# This test fails on Hydra
83-
"--skip authenticator_quic"
84-
];
34+
doCheck = false;
8535

8636
passthru.tests.version = testers.testVersion {
8737
package = zenoh;

0 commit comments

Comments
 (0)