Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
Ignore errors caused by .NET Aspire breaking change for .NET 9.
  • Loading branch information
martincostello committed May 9, 2024
1 parent ae79073 commit 66507a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ jobs:
test: false
upgrade-type: Preview
warnings-as-errors: false
# alexa-london-travel-site tests disabled due to breaking changes in .NET Aspire not yet in .NET 9 previews
- repo: alexa-london-travel-site
test: false
upgrade-type: Preview
warnings-as-errors: false
# costellobot and dependabot-helper removed due to https://github.com/dotnet/aspire/issues/3941
- repo: costellobot
test: false
Expand Down

0 comments on commit 66507a2

Please sign in to comment.