diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 5ffb1c9f8e..90ad21ba19 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -40,13 +40,13 @@
https://github.com/dotnet/aspnetcore
846f0fd3cc4217582c00da10ad590704288190af
-
+
https://github.com/dotnet/runtime
- a6c0d5c483273725a3626ddbbb355464f3753f09
+ 26a71c61fbda229f151afb14e274604b4926df5c
-
+
https://github.com/dotnet/runtime
- a6c0d5c483273725a3626ddbbb355464f3753f09
+ 26a71c61fbda229f151afb14e274604b4926df5c
diff --git a/eng/Versions.props b/eng/Versions.props
index 2cc84ec852..0c17f70c59 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -18,8 +18,8 @@
1.0.340101
- 7.0.0-rc.1.22402.10
- 7.0.0-rc.1.22402.10
+ 7.0.0-rc.1.22403.8
+ 7.0.0-rc.1.22403.8
7.0.0-rc.1.22403.3
7.0.0-rc.1.22403.3
diff --git a/src/tests/Microsoft.Diagnostics.Monitoring.EventPipe/EventLogsPipelineUnitTests.cs b/src/tests/Microsoft.Diagnostics.Monitoring.EventPipe/EventLogsPipelineUnitTests.cs
index abd792d9f4..1066aed1b7 100644
--- a/src/tests/Microsoft.Diagnostics.Monitoring.EventPipe/EventLogsPipelineUnitTests.cs
+++ b/src/tests/Microsoft.Diagnostics.Monitoring.EventPipe/EventLogsPipelineUnitTests.cs
@@ -85,7 +85,7 @@ public async Task TestLogsAllCategoriesDefaultLevel(TestConfiguration config)
///
/// Test that log events at the default level are collected for categories without a specified level.
///
- [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 =>