Skip to content

Commit 4cc62a8

Browse files
Quarantine flaky BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent (#68857)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1ce2067 commit 4cc62a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Components/test/E2ETest/ServerRenderingTests/BlazorWebJsInitializersTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public override Task InitializeAsync()
2929

3030
[Theory]
3131
[MemberData(nameof(InitializerTestData))]
32+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/68856")]
3233
public void InitializersRunsModernCallbacksByDefaultWhenPresent(bool streaming, bool webassembly, bool server, string[] expectedInvokedCallbacks)
3334
{
3435
var url = $"{ServerPathBase}/initializers?streaming={streaming}&wasm={webassembly}&server={server}";

0 commit comments

Comments
 (0)