From 3232f81539fe803d476241fbbd5f090fb2d4cdb8 Mon Sep 17 00:00:00 2001 From: Robin Wood Date: Mon, 19 Apr 2021 11:04:05 +0100 Subject: [PATCH] ignore vmware site --- tests/test_url.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_url.py b/tests/test_url.py index 57501049a..685d41e0e 100644 --- a/tests/test_url.py +++ b/tests/test_url.py @@ -54,7 +54,8 @@ def test_url(): ignore_urls = [ "https://wpscan.com/", # Cloudflare doesn't like GitHub checking it - "http://www.w3.org/TR/html4/loose.dtd" # Don't need to check the DTD + "http://www.w3.org/TR/html4/loose.dtd", # Don't need to check the DTD + "https://www.vmware.com/" # Throwing a 403 for some reason, but can't see it going anywhere ] all_urls = [] broken_urls = []