Re-enable tests for file delete detection in dotnet-watch

Microsoft.NET.Sdk fixed the underlying issue causing these tests to fail.

Resolves #224.
This commit is contained in:
Nate McMaster 2016-12-13 10:04:19 -08:00
parent 08e3e0b77f
commit e94def7eca
1 changed files with 2 additions and 4 deletions

View File

@ -54,8 +54,7 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests
Assert.Equal(3, types); Assert.Equal(3, types);
} }
// TODO re-enable when MSBuild is updated. See https://github.com/aspnet/DotNetTools/issues/224 [Fact]
[Fact(Skip = "Broken. See https://github.com/Microsoft/msbuild/issues/701")]
public async Task DeleteCompiledFile() public async Task DeleteCompiledFile()
{ {
await _app.StartWatcher().OrTimeout(); await _app.StartWatcher().OrTimeout();
@ -71,8 +70,7 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests
Assert.Equal(1, types); Assert.Equal(1, types);
} }
// TODO re-enable when MSBuild is updated. See https://github.com/aspnet/DotNetTools/issues/224 [Fact]
[Fact(Skip = "Broken. See https://github.com/Microsoft/msbuild/issues/701")]
public async Task DeleteSourceFolder() public async Task DeleteSourceFolder()
{ {
await _app.StartWatcher().OrTimeout(); await _app.StartWatcher().OrTimeout();