@@ -28,7 +28,7 @@ def teardown_module():
2828 log .setLevel (original_logging_level )
2929
3030
31- def test_integration_with_listener (disable_duplicate_packet_suppression ):
31+ def test_integration_with_listener (quick_timing , disable_duplicate_packet_suppression ):
3232 type_ = "_test-listen-type._tcp.local."
3333 name = "xxxyyy"
3434 registration_name = f"{ name } .{ type_ } "
@@ -59,7 +59,7 @@ def test_integration_with_listener(disable_duplicate_packet_suppression):
5959
6060@unittest .skipIf (not has_working_ipv6 (), "Requires IPv6" )
6161@unittest .skipIf (os .environ .get ("SKIP_IPV6" ), "IPv6 tests disabled" )
62- def test_integration_with_listener_v6_records (disable_duplicate_packet_suppression ):
62+ def test_integration_with_listener_v6_records (quick_timing , disable_duplicate_packet_suppression ):
6363 type_ = "_test-listenv6rec-type._tcp.local."
6464 name = "xxxyyy"
6565 registration_name = f"{ name } .{ type_ } "
@@ -95,7 +95,7 @@ def test_integration_with_listener_v6_records(disable_duplicate_packet_suppressi
9595 sys .platform == "darwin" and os .environ .get ("GITHUB_ACTIONS" ) == "true" ,
9696 "IPv6 multicast not working on macOS GitHub Actions" ,
9797)
98- def test_integration_with_listener_ipv6 (disable_duplicate_packet_suppression ):
98+ def test_integration_with_listener_ipv6 (quick_timing , disable_duplicate_packet_suppression ):
9999 type_ = "_test-listenv6ip-type._tcp.local."
100100 name = "xxxyyy"
101101 registration_name = f"{ name } .{ type_ } "
@@ -127,7 +127,7 @@ def test_integration_with_listener_ipv6(disable_duplicate_packet_suppression):
127127 zeroconf_registrar .close ()
128128
129129
130- def test_integration_with_subtype_and_listener (disable_duplicate_packet_suppression ):
130+ def test_integration_with_subtype_and_listener (quick_timing , disable_duplicate_packet_suppression ):
131131 subtype_ = "_subtype._sub"
132132 type_ = "_listen._tcp.local."
133133 name = "xxxyyy"
0 commit comments