re-enable dotnet-watch tests (#15148)

This commit is contained in:
Michael Simons 2022-12-16 17:33:58 -06:00 committed by GitHub
parent eed7e45af2
commit cb62aeefe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ public class DotNetWatchTests : SmokeTests
{
public DotNetWatchTests(ITestOutputHelper outputHelper) : base(outputHelper) { }
//[Fact] - Renable with https://github.com/dotnet/source-build/issues/3123
[Fact]
public void WatchTests()
{
string projectDirectory = DotNetHelper.ExecuteNew(DotNetTemplate.Console.GetName(), nameof(DotNetWatchTests));