re-disable dotnet-watch tests
This commit is contained in:
parent
e15e12056b
commit
2d3bcb80fe
1 changed files with 1 additions and 1 deletions
|
@ -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/3195
|
||||
public void WatchTests()
|
||||
{
|
||||
string projectDirectory = DotNetHelper.ExecuteNew(DotNetTemplate.Console.GetName(), nameof(DotNetWatchTests));
|
||||
|
|
Loading…
Add table
Reference in a new issue