Skip to content

Speed up link tester

Marcel Amirault requested to merge test-link-test into main

This removes the extra link check during the anchor check which really slows down the test, and isn't needed (because it's already tested separately in the normal link check). By removing the extra check, the test runs in almost half the time.

Edited by Marcel Amirault

Merge request reports