How will that help in this scenario?
Those people will still get flagged as having clicked the link.
These tests work by generating unique URLs for each tested user, and then seeing which unique URLs get accessed.
If ANYTHING accesses that URL, whether it's a security team member, VirusTotal, or a site previewer, that will still look like a failure to the ones running the test.
You're not wrong that such measures can help you validate the site without having to open a potentially hostile site yourself, but the problem in this case is users being wrongly flagged as having failed a phishing test, which will still happen with your advice.