Skip to content

Commit 1a61fa0

Browse files
author
Jarret Shook
authored
Disable based on #40034 (#40035)
1 parent f8620a1 commit 1a61fa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/pipelines/runtime.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ jobs:
226226
jobTemplate: /eng/pipelines/coreclr/templates/format-job.yml
227227
platforms:
228228
- Linux_x64
229-
- Windows_NT_x64
229+
# Isssue: https://github.com/dotnet/runtime/issues/40034
230+
#- Windows_NT_x64
230231
jobParameters:
231232
condition: >-
232233
and(

0 commit comments

Comments
 (0)