Skip to content

Commit 61723f0

Browse files
chore: Skip AndroidAssemblyReaderTests on Windows (#4415)
Resolves #4091: - #4091 (comment) #skip-changelog
1 parent 738a9b3 commit 61723f0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Sentry-CI-Build-Windows-arm64.slnf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
5656
"src\\Sentry\\Sentry.csproj",
5757
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
58-
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",
5958
"test\\Sentry.AspNet.Tests\\Sentry.AspNet.Tests.csproj",
6059
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
6160
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",

Sentry-CI-Build-Windows.slnf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
5656
"src\\Sentry\\Sentry.csproj",
5757
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
58-
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",
5958
"test\\Sentry.AspNet.Tests\\Sentry.AspNet.Tests.csproj",
6059
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
6160
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",

scripts/generate-solution-filters-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ filterConfigs:
9696
- "trimTests"
9797
patterns:
9898
- "**/*AndroidTestApp.csproj"
99+
# AssemblyReader tests are flaky on Windows: https://github.com/getsentry/sentry-dotnet/issues/4091
100+
- "**/*Sentry.Android.AssemblyReader.Tests.csproj"
99101
- "**/*DeviceTests*.csproj"
100102
- "**/*Sentry.Maui.Device.TestApp.csproj"
101103
- "**/*Sentry.Samples.Android.csproj"
@@ -115,6 +117,8 @@ filterConfigs:
115117
- "trimTests"
116118
patterns:
117119
- "**/*AndroidTestApp.csproj"
120+
# AssemblyReader tests are flaky on Windows: https://github.com/getsentry/sentry-dotnet/issues/4091
121+
- "**/*Sentry.Android.AssemblyReader.Tests.csproj"
118122
- "**/*DeviceTests*.csproj"
119123
- "**/*Sentry.Maui.Device.TestApp.csproj"
120124
- "**/*Sentry.Samples.Android.csproj"

0 commit comments

Comments
 (0)