If you want your connection to end in nirvana (i.e. get no response) why not use a switch node that x% of the time hits a disabled node?
Something like this flow:
[{"id":"800d74d9379d0299","type":"inject","z":"19b2bc07fbb4a423","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":522,"y":581,"wires":[["5dd0c0a13bc3c674"]]},{"id":"5dd0c0a13bc3c674","type":"switch","z":"19b2bc07fbb4a423","name":"","property":"$random()","propertyType":"jsonata","rules":[{"t":"gt","v":"0.5","vt":"num"},{"t":"else"}],"checkall":"false","repair":false,"outputs":2,"x":717,"y":602,"wires":[["86ef039c237c1e66"],["f92464f9cfbb3c8f"]]},{"id":"86ef039c237c1e66","type":"debug","z":"19b2bc07fbb4a423","name":"debug 306","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":909,"y":528,"wires":[]},{"id":"f92464f9cfbb3c8f","type":"debug","z":"19b2bc07fbb4a423","d":true,"name":"debug 307","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":919,"y":642,"wires":[]}]
You could also add a global variable to that switch so that you toggle it or add to toggle to a dashboard to switch or a number of other things to make this dynamic (i.e. without having to do a redeploy).