From cb27a9e0ad0eb02add5cc8fdb5c823c2564cea3b Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:28:06 +0300 Subject: [PATCH] [macOS] Get rid of NDK version check test (#2280) * change test to ndk 22 * remove test completely --- images/macos/tests/Android.Tests.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/images/macos/tests/Android.Tests.ps1 b/images/macos/tests/Android.Tests.ps1 index c14a02c5..2cf829f0 100644 --- a/images/macos/tests/Android.Tests.ps1 +++ b/images/macos/tests/Android.Tests.ps1 @@ -69,12 +69,6 @@ Describe "Android" { } Context "Legacy NDK versions" -Skip:($os.IsBigSur) { - It "Android NDK version is 21" { - $ndkBundlePath = Join-Path $ANDROID_SDK_DIR "ndk-bundle" "source.properties" - $rawContent = Get-Content $ndkBundlePath -Raw - $rawContent | Should -BeLikeExactly "*Revision = 21.*" - } - It "Android NDK version r18b is installed" { $ndk18BundlePath = Join-Path $ANDROID_SDK_DIR "ndk" "18.1.5063045" "source.properties" $rawContent = Get-Content $ndk18BundlePath -Raw