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) --- cli/js/tests/chmod_test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/js/tests/chmod_test.ts') diff --git a/cli/js/tests/chmod_test.ts b/cli/js/tests/chmod_test.ts index 8731fad22..4720fa784 100644 --- a/cli/js/tests/chmod_test.ts +++ b/cli/js/tests/chmod_test.ts @@ -27,7 +27,7 @@ unitTest( // Check symlink when not on windows unitTest( { - skip: Deno.build.os === "win", + ignore: Deno.build.os === "win", perms: { read: true, write: true } }, function chmodSyncSymlinkSuccess(): void { @@ -103,7 +103,7 @@ unitTest( unitTest( { - skip: Deno.build.os === "win", + ignore: Deno.build.os === "win", perms: { read: true, write: true } }, async function chmodSymlinkSuccess(): Promise { -- cgit v1.2.3