Skip to content

Commit 4e12cae

Browse files
authored
Skip failing dotnet-watch tests (#49316)
2 parents b3cee5c + da00b89 commit 4e12cae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/dotnet-new.IntegrationTests/PostActionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public void Restore_SourceRenameTwoProjectsTest(string templatePartLocation, str
255255
[InlineData("PostActions/RestoreNuGet/Files_MatchSpecifiedFiles", "TestAssets.PostActions.RestoreNuGet.Files_MatchSpecifiedFiles", "Tool.Library/Tool.Library.csproj;Tool.Test/Tool.Test.csproj", "Tool/Tool.csproj")]
256256
[InlineData("PostActions/RestoreNuGet/Files_MismatchSpecifiedFiles", "TestAssets.PostActions.RestoreNuGet.Files_MismatchSpecifiedFiles", "Tool.Library/Tool.Library.csproj;Tool/Tool.csproj", "Tool.Test/Tool.Test.csproj")]
257257
[InlineData("PostActions/RestoreNuGet/Files_PatternWithFileName", "TestAssets.PostActions.RestoreNuGet.Files_PatternWithFileName", "Tool.Library/Tool.Library.csproj;Tool/Tool.csproj", "Tool.Test/Tool.Test.csproj")]
258-
[InlineData("PostActions/RestoreNuGet/Files_PatternWithWildcard", "TestAssets.PostActions.RestoreNuGet.Files_PatternWithWildcard", "Tool.Library/Tool.Library.csproj;Tool.Test/Tool.Test.csproj", "Tool/Tool.csproj")]
258+
[InlineData("PostActions/RestoreNuGet/Files_PatternWithWildcard", "TestAssets.PostActions.RestoreNuGet.Files_PatternWithWildcard", "Tool.Library/Tool.Library.csproj;Tool.Test/Tool.Test.csproj", "Tool/Tool.csproj", Skip = "https://github.com/dotnet/sdk/issues/49318")]
259259
[InlineData("PostActions/RestoreNuGet/Files_PatternWithGlobstar", "TestAssets.PostActions.RestoreNuGet.Files_PatternWithGlobstar", "Tool.Library/Tool.Library.csproj", "Tool/Tool.csproj;Tool.Test/Tool.Test.csproj")]
260260
[InlineData("PostActions/RestoreNuGet/Files_SupportSemicolonDelimitedList", "TestAssets.PostActions.RestoreNuGet.Files_SupportSemicolonDelimitedList", "Tool.Library/Tool.Library.csproj;Tool/Tool.csproj", "Tool.Test/Tool.Test.csproj")]
261261
public void Restore_FilesTest(string templatePartLocation, string templateName, string expectedRestoredProjects, string unexpectedRestoredProjects)

test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static void Print()
6767
await App.AssertOutputLineStartsWith("Changed!");
6868
}
6969

70-
[Theory]
70+
[Theory(Skip = "https://github.com/dotnet/sdk/issues/49307")]
7171
[CombinatorialData]
7272
public async Task AutoRestartOnRudeEdit(bool nonInteractive)
7373
{
@@ -502,7 +502,7 @@ public async Task BlazorWasm_MSBuildWarning()
502502
await App.AssertWaitingForChanges();
503503
}
504504

505-
[Fact]
505+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/49307")]
506506
public async Task BlazorWasm_Restart()
507507
{
508508
var testAsset = TestAssets.CopyTestAsset("WatchBlazorWasm")

test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ public enum DirectoryKind
540540
Obj,
541541
}
542542

543-
[Theory]
543+
[Theory(Skip = "https://github.com/dotnet/sdk/issues/49307")]
544544
[CombinatorialData]
545545
public async Task IgnoredChange(bool isExisting, bool isIncluded, DirectoryKind directoryKind)
546546
{

0 commit comments

Comments
 (0)