remove test that I guess isn't reliable (CI?)

This commit is contained in:
Karl Seguin
2026-03-16 07:20:57 +08:00
parent a9d044ec10
commit 1121bed49b

View File

@@ -203,15 +203,3 @@
testing.expectEqual(true, response.body !== null);
});
</script>
<script id=error>
testing.async(async (restore) => {
try {
await fetch('http://198.51.100.1:0');
testing.expectTrue(false); // force failure
} catch (err) {
restore();
testing.expectTrue(err instanceof TypeError)
}
});
</script>