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