From b0b27c43100bf4a7303174b9765c853d2f76f207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 19 Mar 2020 10:58:12 +0100 Subject: refactor: rename Deno.TestDefinition.skip to ignore (#4400) --- std/examples/tests/curl_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/examples/tests') diff --git a/std/examples/tests/curl_test.ts b/std/examples/tests/curl_test.ts index 593e5b8f7..bc413b23f 100644 --- a/std/examples/tests/curl_test.ts +++ b/std/examples/tests/curl_test.ts @@ -6,7 +6,7 @@ Deno.test({ name: "[examples/curl] send a request to a specified url", // FIXME(bartlomieju): this test is leaking both resources and ops, // and causes interference with other tests - skip: true, + ignore: true, fn: async () => { const server = serve({ port: 8081 }); (async (): Promise => { -- cgit v1.2.3