File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,11 @@ public void BuildApplicationWithAssetPackThatHasInvalidName ([Values] bool isRel
6969
7070 [ Test ]
7171 [ Category ( "SmokeTests" ) ]
72- [ TestCase ( false , AndroidRuntime . MonoVM ) ]
73- [ TestCase ( true , AndroidRuntime . MonoVM ) ]
74- [ TestCase ( false , AndroidRuntime . CoreCLR ) ]
75- [ TestCase ( true , AndroidRuntime . CoreCLR ) ]
76- [ TestCase ( true , AndroidRuntime . NativeAOT ) ]
77- public void BuildApplicationWithAssetPackOutsideProjectDirectory ( bool isRelease , AndroidRuntime runtime )
72+ public void BuildApplicationWithAssetPackOutsideProjectDirectory ( [ Values ] bool isRelease , [ Values ] AndroidRuntime runtime )
7873 {
74+ if ( IgnoreUnsupportedConfiguration ( runtime , release : isRelease ) ) {
75+ return ;
76+ }
7977 var path = Path . Combine ( "temp" , TestName ) ;
8078 var app = new XamarinAndroidApplicationProject {
8179 ProjectName = "MyApp" ,
You can’t perform that action at this time.
0 commit comments