Skip to content

Commit 9089c9c

Browse files
committed
Remove line blocking tests
1 parent 6b7f2a7 commit 9089c9c

File tree

1 file changed

+0
-3
lines changed
  • csharp/ql/integration-tests/all-platforms/blazor_build_mode_none/BlazorTest

1 file changed

+0
-3
lines changed

csharp/ql/integration-tests/all-platforms/blazor_build_mode_none/BlazorTest/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@
2121
app.UseStaticFiles();
2222
app.UseAntiforgery();
2323

24-
app.MapRazorComponents<App>()
25-
.AddInteractiveServerRenderMode();
26-
2724
app.Run();

0 commit comments

Comments
 (0)