From 1a61fa02d3f03389a6e24816fa898f8198155df7 Mon Sep 17 00:00:00 2001 From: Jarret Shook Date: Tue, 28 Jul 2020 15:38:43 -0700 Subject: [PATCH] Disable based on #40034 (#40035) --- eng/pipelines/runtime.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 17afa74..3dcbae5 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -226,7 +226,8 @@ jobs: jobTemplate: /eng/pipelines/coreclr/templates/format-job.yml platforms: - Linux_x64 - - Windows_NT_x64 + # Isssue: https://github.com/dotnet/runtime/issues/40034 + #- Windows_NT_x64 jobParameters: condition: >- and( -- 2.7.4