Skip to content

Commit

Permalink
[tests] Set the EventSourceSupport feature switch (#57374)
Browse files Browse the repository at this point in the history
Fixes #56847

The `EventSource_ExistsWithCorrectId` test requires the event source
switch be set to true to work correctly after aggressive linking.
  • Loading branch information
radekdoulik authored Aug 14, 2021
1 parent 4a8b7bc commit 53ebce3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<IncludeRemoteExecutor>true</IncludeRemoteExecutor>
<TargetFrameworks>$(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Browser</TargetFrameworks>
<EventSourceSupport>true</EventSourceSupport>
</PropertyGroup>
<ItemGroup>
<Compile Include="CookieTest.cs" />
Expand Down

0 comments on commit 53ebce3

Please sign in to comment.