From d9e7dec3e50a84caeec4f9d2b7532e6ca3e71e32 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Mon, 8 Feb 2021 09:51:36 -0800 Subject: [PATCH] Update GlobbingAppTests.cs --- src/Tools/dotnet-watch/test/GlobbingAppTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Tools/dotnet-watch/test/GlobbingAppTests.cs b/src/Tools/dotnet-watch/test/GlobbingAppTests.cs index 4d17dc1f0210..2d4ffc78dde7 100644 --- a/src/Tools/dotnet-watch/test/GlobbingAppTests.cs +++ b/src/Tools/dotnet-watch/test/GlobbingAppTests.cs @@ -97,7 +97,8 @@ public async Task RenameCompiledFile() await _app.HasRestarted().TimeoutAfter(DefaultTimeout); } - [Fact] + [ConditionalFact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/25967")] public async Task ChangeExcludedFile() { await _app.StartWatcherAsync().TimeoutAfter(DefaultTimeout);