Disable broken test - noted with follow-up issue

This commit is contained in:
MichaelSimons 2022-11-15 23:27:29 +00:00
parent e1bfaa2bc4
commit 0cb1ce3471

View file

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