Index: serde-with/tests/version_numbers.rs
===================================================================
--- serde-with.orig/tests/version_numbers.rs
+++ serde-with/tests/version_numbers.rs
@@ -14,14 +14,14 @@ fn test_html_root_url() {
     assert_html_root_url_updated!("src/lib.rs");
 }
 
-#[test]
+/*#[test]
 fn test_serde_with_macros_dependency() {
     version_sync::assert_contains_regex!(
         "../serde_with/Cargo.toml",
         r#"^serde_with_macros = .*? version = "={version}""#
     );
     version_sync::assert_contains_regex!("../Cargo.toml", r#"^version = "{version}""#);
-}
+}*/
 
 /// Check that all docs.rs links point to the current version
 ///
