Mark test-before-setup as exempt in mqtt (#132334)

This commit is contained in:
epenet 2024-12-05 20:55:54 +01:00 committed by GitHub
parent c41cf570d3
commit e5851c20e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,9 +29,12 @@ rules:
MQTT broker, this happens during integration setup,
and only one config entry is allowed.
test-before-configure: done
test-before-setup: done
test-before-setup:
status: exempt
comment: >
We choose to early exit the entry as it can take some time for the client
to connect. Waiting for the client would increase the overall setup time.
unique-config-entry: done
# Silver
config-entry-unloading: done
log-when-unavailable: done