We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227de73 commit 254dc53Copy full SHA for 254dc53
tests/dotslash_tests.rs
@@ -306,6 +306,10 @@ exe: [ARTIFACT_EXE]
306
));
307
}
308
309
+// TODO(jonjanzen): This test is broken on GitHub Actions specifically for Intel Macs.
310
+// As of 6/25/2025 we think this is a problem with the GHA runner and we don't really
311
+// care much about intel macOS anymore anyway, so disable:
312
+#[cfg(not(all(target_arch = "x86_64", target_os = "macos")))]
313
#[test]
314
fn http__nonexistent_url() {
315
DotslashTestEnv::try_new()
0 commit comments