File tree 1 file changed +4
-2
lines changed
test/Sentry.Tests/Internals
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ void CheckStackTraceIsUnchanged(SentryStackTrace stackTrace)
192
192
}
193
193
}
194
194
195
+ #if NET6_0_OR_GREATER
195
196
[ Fact ]
196
197
public void ParseNativeAOTToString ( )
197
198
{
@@ -214,8 +215,8 @@ public void ParseNativeAOTToString()
214
215
Assert . Null ( frame . Package ) ;
215
216
}
216
217
217
- // TODO: Create integration test to test this behaviour when publishing AOT apps
218
- // See https://github.com/getsentry/sentry-dotnet/issues/2772
218
+ // TODO: Create integration test to test this behaviour when publishing AOT apps
219
+ // See https://github.com/getsentry/sentry-dotnet/issues/2772
219
220
[ Fact ]
220
221
public Task CreateFrame_ForNativeAOT ( )
221
222
{
@@ -230,6 +231,7 @@ public Task CreateFrame_ForNativeAOT()
230
231
231
232
return VerifyJson ( frame . ToJsonString ( ) ) ;
232
233
}
234
+ #endif
233
235
234
236
private class InjectableDebugStackTrace : DebugStackTrace
235
237
{
You can’t perform that action at this time.
0 commit comments