We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58aa156 commit 33909c7Copy full SHA for 33909c7
src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
@@ -11,6 +11,9 @@
11
Condition=" '$(ContinuousIntegrationBuild)' != 'true' AND '$(SkipTestBuild)' != 'true' ">true</_BuildAndTest>
12
<ExcludeFromBuild Condition=" !$(_BuildAndTest) ">true</ExcludeFromBuild>
13
<SkipTests Condition=" !$(_BuildAndTest) ">true</SkipTests>
14
+
15
+ <!-- disable inline boot config for these tests -->
16
+ <WasmInlineBootConfig>false</WasmInlineBootConfig>
17
</PropertyGroup>
18
19
<!-- Shared testing infrastructure for running E2E tests using selenium -->
0 commit comments