mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
remove test that I guess isn't reliable (CI?)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user