diff --git a/tests/ui/span/issue-107353.rs b/tests/ui/span/issue-107353.rs
index 09c66f42d78..943f7f0eb19 100644
--- a/tests/ui/span/issue-107353.rs
+++ b/tests/ui/span/issue-107353.rs
@@ -1,3 +1,4 @@
+// ignore-tidy-linelength
 // Verify that span interning correctly handles having a span of exactly MAX_LEN length.
 // compile-flags: --crate-type=lib
 // check-pass