Skip to content

[release/9.0] Set network isolation policy for aspnetcore-ci#65172

Merged
wtgodbe merged 1 commit into
release/9.0from
backport/pr-65168-to-release/9.0
Feb 2, 2026
Merged

[release/9.0] Set network isolation policy for aspnetcore-ci#65172
wtgodbe merged 1 commit into
release/9.0from
backport/pr-65168-to-release/9.0

Set network isolation policy for aspnetcore-ci

1653bf0
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 21, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

aspnetcore-components-e2e / Test: Blazor E2E tests on Linux / Run E2E tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Bash exited with code '1'.

Test Failures (3 tests failed)

🔹 [All failing tests from aspnetcore-components-e2e]

    Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerEventTest.PreventDefault_DotNotApplyByDefault [Details] [19.23% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Contains() Failure
    Not found: about:blank
    In value:  http://127.0.0.1:39959/subdir
    CallStack
       at Microsoft.AspNetCore.Components.E2ETest.Tests.EventTest.PreventDefault_DotNotApplyByDefault() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/EventTest.cs:line 286
       at InvokeStub_EventTest.PreventDefault_DotNotApplyByDefault(Object, Object, IntPtr*)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerRoutingTest.AnchorWithHrefToSameUrlWithQueryAndHash_ScrollsToElementOnTheSamePage [Details] [0.00% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure
    Expected: 1842
    Actual:   0
    CallStack
       at Microsoft.AspNetCore.Components.E2ETest.Tests.RoutingTest.AnchorWithHrefToSameUrlWithQueryAndHash_ScrollsToElementOnTheSamePage() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/RoutingTest.cs:line 1644
       at InvokeStub_RoutingTest.AnchorWithHrefToSameUrlWithQueryAndHash_ScrollsToElementOnTheSamePage(Object, Object, IntPtr*)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerRoutingTest.NavigationManagerNavigateToSameUrlWithQueryAndHash_ScrollsToElementOnTheSamePage [Details] [1.92% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure
    Expected: 1842
    Actual:   0
    CallStack
       at Microsoft.AspNetCore.Components.E2ETest.Tests.RoutingTest.NavigationManagerNavigateToSameUrlWithQueryAndHash_ScrollsToElementOnTheSamePage() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/RoutingTest.cs:line 1742
       at InvokeStub_RoutingTest.NavigationManagerNavigateToSameUrlWithQueryAndHash_ScrollsToElementOnTheSamePage(Object, Object, IntPtr*)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No