File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
tests/Aspire.Hosting.Tests Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5757 steps :
5858 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5959
60+ - name : Trust HTTPS development certificate (Linux)
61+ if : matrix.tests.os == 'ubuntu-latest'
62+ run : ./dotnet.sh dev-certs https --trust
63+
6064 - name : Test ${{ matrix.tests.project }}
6165 run : |
6266 ${{ matrix.tests.command }}
Original file line number Diff line number Diff line change @@ -952,6 +952,7 @@ await Assert.ThrowsAnyAsync<Exception>(async () =>
952952 }
953953
954954 [ Fact ]
955+ [ RequiresSSLCertificate ]
955956 [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4599" ) ]
956957 public async Task ProxylessAndProxiedEndpointBothWorkOnSameResource ( )
957958 {
@@ -1016,6 +1017,7 @@ public async Task ProxylessAndProxiedEndpointBothWorkOnSameResource()
10161017 }
10171018 catch ( Exception ex ) when ( ex is not EqualException )
10181019 {
1020+ _testOutputHelper . WriteLine ( $ "Exception { ex } while trying to get https url") ;
10191021 await Task . Delay ( 100 , token ) ;
10201022 }
10211023 }
You can’t perform that action at this time.
0 commit comments