Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/runtime (#3257)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/runtime


 - Disable part of EventLogsPipelineUnitTests.TestLogsAllCategoriesDefaultLevelFallback

 - Disable EventLogsPipelineUnitTests.TestLogsAllCategoriesDefaultLevelFallback
  • Loading branch information
dotnet-maestro[bot] authored Aug 4, 2022
1 parent e8a073c commit 32a87bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>41c7083a097982ac63dff26152de4c1d49857f2b</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="7.0.0-rc.1.22402.10">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="7.0.0-rc.1.22403.8">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>a6c0d5c483273725a3626ddbbb355464f3753f09</Sha>
<Sha>26a71c61fbda229f151afb14e274604b4926df5c</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-rc.1.22402.10">
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-rc.1.22403.8">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>a6c0d5c483273725a3626ddbbb355464f3753f09</Sha>
<Sha>26a71c61fbda229f151afb14e274604b4926df5c</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<!-- Latest symstore version updated by darc -->
<MicrosoftSymbolStoreVersion>1.0.340101</MicrosoftSymbolStoreVersion>
<!-- Latest shared runtime version updated by darc -->
<VSRedistCommonNetCoreSharedFrameworkx6470Version>7.0.0-rc.1.22402.10</VSRedistCommonNetCoreSharedFrameworkx6470Version>
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-rc.1.22402.10</MicrosoftNETCoreAppRuntimewinx64Version>
<VSRedistCommonNetCoreSharedFrameworkx6470Version>7.0.0-rc.1.22403.8</VSRedistCommonNetCoreSharedFrameworkx6470Version>
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-rc.1.22403.8</MicrosoftNETCoreAppRuntimewinx64Version>
<!-- Latest shared aspnetcore version updated by darc -->
<MicrosoftAspNetCoreAppRefInternalVersion>7.0.0-rc.1.22403.14</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftAspNetCoreAppRefVersion>7.0.0-rc.1.22403.14</MicrosoftAspNetCoreAppRefVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public async Task TestLogsAllCategoriesDefaultLevel(TestConfiguration config)
/// <summary>
/// Test that log events at the default level are collected for categories without a specified level.
/// </summary>
[SkippableTheory, MemberData(nameof(Configurations))]
[SkippableTheory(Skip = "Unreliable test https://github.com/dotnet/diagnostics/issues/3143"), MemberData(nameof(Configurations))]
public async Task TestLogsAllCategoriesDefaultLevelFallback(TestConfiguration config)
{
using Stream outputStream = await GetLogsAsync(config, settings =>
Expand Down

0 comments on commit 32a87bb

Please sign in to comment.