From c92563577c066cae33ea5b41eb882f9bf70291e6 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Thu, 29 Dec 2022 12:10:43 +0100 Subject: [PATCH] [Ubuntu] Remove pester test for kotlinc-js (#6849) --- images/linux/scripts/tests/Tools.Tests.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/images/linux/scripts/tests/Tools.Tests.ps1 b/images/linux/scripts/tests/Tools.Tests.ps1 index 5e39bc871..b90adf48c 100644 --- a/images/linux/scripts/tests/Tools.Tests.ps1 +++ b/images/linux/scripts/tests/Tools.Tests.ps1 @@ -416,10 +416,6 @@ Describe "Kotlin" { "kotlinc -version"| Should -ReturnZeroExitCode } - It "kotlinc-js" { - "kotlinc-js -version"| Should -ReturnZeroExitCode - } - It "kotlinc-jvm" { "kotlinc-jvm -version"| Should -ReturnZeroExitCode }