Skip to content

Commit 0caf101

Browse files
authored
Re-enable DotNet.Watcher.Tests (#49642)
2 parents 41135e0 + fa319e3 commit 0caf101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dotnet-watch.Tests/Watch/GlobbingAppTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public GlobbingAppTests(ITestOutputHelper logger)
1212
{
1313
}
1414

15-
[ConditionalTheory(Skip = "https://github.com/dotnet/sdk/issues/42921")]
15+
[ConditionalTheory]
1616
[InlineData(true)]
1717
[InlineData(false)]
1818
public async Task ChangeCompiledFile(bool usePollingWatcher)
@@ -85,7 +85,7 @@ public async Task RenameCompiledFile()
8585
await App.AssertStarted();
8686
}
8787

88-
[Fact(Skip = "https://github.com/dotnet/sdk/issues/42921")]
88+
[Fact]
8989
public async Task ChangeExcludedFile()
9090
{
9191
var testAsset = TestAssets.CopyTestAsset(AppName)

0 commit comments

Comments
 (0)