mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 12:58:54 -05:00
chore(ext/net): ignore startTls test (#19515)
This commit is contained in:
parent
c71c497b1b
commit
3d71c36888
1 changed files with 2 additions and 1 deletions
|
@ -1081,7 +1081,8 @@ Deno.test(
|
|||
);
|
||||
|
||||
Deno.test(
|
||||
{ permissions: { read: true, net: true } },
|
||||
// Ignored because gmail appears to reject us on CI sometimes
|
||||
{ ignore: true, permissions: { read: true, net: true } },
|
||||
async function startTls() {
|
||||
const hostname = "smtp.gmail.com";
|
||||
const port = 587;
|
||||
|
|
Loading…
Reference in a new issue