Skip to content

Commit b1a5777

Browse files
committed
Android AOT is not supported on Windows
1 parent 32a045c commit b1a5777

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/Sentry.Android.AssemblyReader.Tests/AndroidAssemblyReaderTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ public void ReadsAssembly(bool isAot, bool isAssemblyStore, bool isCompressed, s
113113
Skip.If(!isAssemblyStore);
114114
Skip.If(!isCompressed);
115115
#endif
116+
117+
Skip.If(isAot && RuntimeInformation.IsOSPlatform(OSPlatform.Windows), "Android AOT is not supported on Windows");
118+
116119
using var sut = GetSut(isAot, isAssemblyStore, isCompressed);
117120

118121
var peReader = sut.TryReadAssembly(assemblyName);

0 commit comments

Comments
 (0)