Skip to content

Commit 33909c7

Browse files
committed
Try disabling inlining for the interactivity e2e test
1 parent 58aa156 commit 33909c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
Condition=" '$(ContinuousIntegrationBuild)' != 'true' AND '$(SkipTestBuild)' != 'true' ">true</_BuildAndTest>
1212
<ExcludeFromBuild Condition=" !$(_BuildAndTest) ">true</ExcludeFromBuild>
1313
<SkipTests Condition=" !$(_BuildAndTest) ">true</SkipTests>
14+
15+
<!-- disable inline boot config for these tests -->
16+
<WasmInlineBootConfig>false</WasmInlineBootConfig>
1417
</PropertyGroup>
1518

1619
<!-- Shared testing infrastructure for running E2E tests using selenium -->

0 commit comments

Comments
 (0)