Remove blazor server from the installer tests as it was removed from the templates in https://github.com/dotnet/aspnetcore/pull/48615
This commit is contained in:
parent
6c0c1444a7
commit
6eaaf3e962
5 changed files with 0 additions and 6 deletions
|
@ -203,7 +203,6 @@ namespace EndToEnd.Tests
|
|||
string expectedOutput =
|
||||
@"[\-\s]+
|
||||
[\w \.]+webapp,razor\s+\[C#\][\w\ \/]+
|
||||
[\w \.]+blazorserver\s+\[C#\][\w\ \/]+
|
||||
[\w \.]+classlib\s+\[C#\],F#,VB[\w\ \/]+
|
||||
[\w \.]+console\s+\[C#\],F#,VB[\w\ \/]+
|
||||
";
|
||||
|
@ -347,7 +346,6 @@ namespace EndToEnd.Tests
|
|||
[InlineData("xunit", "C#")]
|
||||
[InlineData("xunit", "VB")]
|
||||
[InlineData("xunit", "F#")]
|
||||
[InlineData("blazorserver")]
|
||||
[InlineData("blazorwasm")]
|
||||
[InlineData("web")]
|
||||
[InlineData("web", "C#")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue