Skip to content

Commit d96ec44

Browse files
authored
remove obsolete test for BlazorWebAssemblyStartupMemoryCache
1 parent 1644476 commit d96ec44

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/WasmBuildIntegrationTest.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -760,13 +760,6 @@ public class TestReference
760760
fileInWwwroot.Should().Exist();
761761
}
762762

763-
[RequiresMSBuildVersionTheory("17.12", Reason = "Needs System.Text.Json 8.0.5")]
764-
[InlineData(true)]
765-
[InlineData(false)]
766-
[InlineData(null)]
767-
public void Build_WithStartupMemoryCache(bool? value)
768-
=> BuildWasmMinimalAndValidateBootConfig(new[] { ("BlazorWebAssemblyStartupMemoryCache", value?.ToString()) }, b => b.startupMemoryCache.Should().Be(value));
769-
770763
[RequiresMSBuildVersionTheory("17.12", Reason = "Needs System.Text.Json 8.0.5")]
771764
[InlineData(true)]
772765
[InlineData(false)]

0 commit comments

Comments
 (0)