From 99ad8121e740dc2ef055c26f4ea9f935b8d848b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Mon, 2 Dec 2024 17:05:07 +0100 Subject: [PATCH] Disable VMR updates for `dotnet/scenario-tests` (#45005) --- src/VirtualMonoRepo/source-mappings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index 6f6017efa801..930388e6b7c9 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -112,7 +112,8 @@ }, { "name": "scenario-tests", - "defaultRemote": "https://github.com/dotnet/scenario-tests" + "defaultRemote": "https://github.com/dotnet/scenario-tests", + "disableSynchronization": true }, { "name": "sdk",