diff --git a/test/dotnet-watch.Tests/Watch/GlobbingAppTests.cs b/test/dotnet-watch.Tests/Watch/GlobbingAppTests.cs index 48ff617568cc..c48dc9420860 100644 --- a/test/dotnet-watch.Tests/Watch/GlobbingAppTests.cs +++ b/test/dotnet-watch.Tests/Watch/GlobbingAppTests.cs @@ -12,7 +12,7 @@ public GlobbingAppTests(ITestOutputHelper logger) { } - [ConditionalTheory(Skip = "https://github.com/dotnet/sdk/issues/42921")] + [ConditionalTheory] [InlineData(true)] [InlineData(false)] public async Task ChangeCompiledFile(bool usePollingWatcher) @@ -85,7 +85,7 @@ public async Task RenameCompiledFile() await App.AssertStarted(); } - [Fact(Skip = "https://github.com/dotnet/sdk/issues/42921")] + [Fact] public async Task ChangeExcludedFile() { var testAsset = TestAssets.CopyTestAsset(AppName)