Commit c487744
authored
fix: Don't run InstallAndroidDependencies during integration tests (#4170)
Fixes intermittent error installing Android SDKs when running integration tests:
```
RuntimeException: Failed to install android dependencies.
at <ScriptBlock>, /Users/runner/work/sentry-dotnet/sentry-dotnet/integration-test/cli.Tests.ps1:153
```
We no longer need to run this build target manually as part of the environment setup.1 parent 7c2f9d5 commit c487744
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | 147 | | |
157 | 148 | | |
158 | 149 | | |
| |||
0 commit comments