mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -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(
|
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() {
|
async function startTls() {
|
||||||
const hostname = "smtp.gmail.com";
|
const hostname = "smtp.gmail.com";
|
||||||
const port = 587;
|
const port = 587;
|
||||||
|
|
Loading…
Add table
Reference in a new issue