Skip to content

Commit b7c05f6

Browse files
committed
test: add flag to test_constant_packet_size
1 parent 2252bda commit b7c05f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4818,7 +4818,7 @@ def test_constant_packet_size(node_factory, tcp_capture):
48184818
Test that TCP packets between nodes are constant size. This will be skipped unless
48194819
you can run `dumpcap` (usually means you have to be in the `wireshark` group).
48204820
"""
4821-
l1, l2, l3, l4 = node_factory.get_nodes(4)
4821+
l1, l2, l3, l4 = node_factory.get_nodes(4, opts={'dev-uniform-padding': None})
48224822

48234823
# Encrypted setup BOLT 8 has some short packets.
48244824
l1.connect(l2)

0 commit comments

Comments
 (0)