Azure DevOps - Integration Tests failing #9452
Unanswered
lopezbertoni
asked this question in
Q&A
Replies: 2 comments 1 reply
-
i'm curious about this and i don't want it to happen to me have you
regards |
Beta Was this translation helpful? Give feedback.
1 reply
-
Still no luck with this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a very simple initial asp.net api (dotnet 9) running on top of the latest aspire (9.3).
The AppHost / Orchestrator is setup like this:
I setup some acceptance / integration tests to test one set of api resources (CRUD operations) and it works with no issues locally.
When I run it on Azure DevOps CI pipeline, all tests throw the same error:
Here's the code for the
HostApiFactory.cs
since it's failing when we try to create an http client.Any ideas on why this fails on Azure DevOps? Any special configuration maybe that needs to be added to Azure DevOps?
The build pipeline is running on
ubuntu-latest
if it helps.Any help is appreciated. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions