We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41135e0 + fa319e3 commit 0caf101Copy full SHA for 0caf101
test/dotnet-watch.Tests/Watch/GlobbingAppTests.cs
@@ -12,7 +12,7 @@ public GlobbingAppTests(ITestOutputHelper logger)
12
{
13
}
14
15
- [ConditionalTheory(Skip = "https://github.com/dotnet/sdk/issues/42921")]
+ [ConditionalTheory]
16
[InlineData(true)]
17
[InlineData(false)]
18
public async Task ChangeCompiledFile(bool usePollingWatcher)
@@ -85,7 +85,7 @@ public async Task RenameCompiledFile()
85
await App.AssertStarted();
86
87
88
- [Fact(Skip = "https://github.com/dotnet/sdk/issues/42921")]
+ [Fact]
89
public async Task ChangeExcludedFile()
90
91
var testAsset = TestAssets.CopyTestAsset(AppName)
0 commit comments