diff --git a/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpRenameFileToMatchTypeRefactoring.cs b/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpRenameFileToMatchTypeRefactoring.cs index 04113ae34ef59..76e3358fb6f92 100644 --- a/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpRenameFileToMatchTypeRefactoring.cs +++ b/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpRenameFileToMatchTypeRefactoring.cs @@ -24,7 +24,7 @@ public CSharpRenameFileToMatchTypeRefactoring(VisualStudioInstanceFactory instan { } - [WpfFact, Trait(Traits.Feature, Traits.Features.CodeActionsMoveType)] + [WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/60463"), Trait(Traits.Feature, Traits.Features.CodeActionsMoveType)] public void RenameFileToMatchType_ExistingCode() { var project = new ProjectUtils.Project(ProjectName); diff --git a/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpCodeActions.cs b/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpCodeActions.cs index 1bef0fec9b283..8d3c9a400746b 100644 --- a/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpCodeActions.cs +++ b/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpCodeActions.cs @@ -82,7 +82,7 @@ class Program await TestServices.EditorVerifier.CodeActionAsync("using System;", cancellationToken: HangMitigatingCancellationToken); } - [IdeFact, Trait(Traits.Feature, Traits.Features.CodeActionsAddImport)] + [IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/60460"), Trait(Traits.Feature, Traits.Features.CodeActionsAddImport)] public async Task FastDoubleInvoke() { // We want to invoke the first smart tag and then *immediately* try invoking the next. @@ -462,7 +462,7 @@ await TestServices.EditorVerifier.CodeActionAsync( AssertEx.EqualOrDiff(expectedSecondFile, await TestServices.Editor.GetTextAsync(HangMitigatingCancellationToken)); } - [IdeFact, Trait(Traits.Feature, Traits.Features.CodeActionsGenerateMethod)] + [IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/60461"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateMethod)] public async Task ClassificationInPreviewPane() { await SetUpEditorAsync(@" @@ -538,7 +538,7 @@ await TestServices.Workspace.WaitForAllAsyncOperationsAsync( await TestServices.EditorVerifier.TextContainsAsync("using System.IO;", cancellationToken: HangMitigatingCancellationToken); } - [IdeFact, Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)] + [IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/60461"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)] public async Task GFUFuzzyMatchAfterRenameTrackingAndAfterGenerateType() { await SetUpEditorAsync(@" diff --git a/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpUpdateProjectToAllowUnsafe.cs b/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpUpdateProjectToAllowUnsafe.cs index 860ccfb7754ca..d0e4786f4d9c7 100644 --- a/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpUpdateProjectToAllowUnsafe.cs +++ b/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpUpdateProjectToAllowUnsafe.cs @@ -48,7 +48,7 @@ public async Task CPSProject_GeneralPropertyGroupUpdated() VerifyPropertyOutsideConfiguration(await GetProjectFileElementAsync(project, HangMitigatingCancellationToken), "AllowUnsafeBlocks", "true"); } - [IdeFact] + [IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/60461")] public async Task LegacyProject_AllConfigurationsUpdated() { var project = ProjectName; diff --git a/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpUpgradeProject.cs b/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpUpgradeProject.cs index 3664307544f32..a6ca34328ff5b 100644 --- a/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpUpgradeProject.cs +++ b/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpUpgradeProject.cs @@ -47,7 +47,7 @@ public async Task CPSProject_GeneralPropertyGroupUpdated() VerifyPropertyOutsideConfiguration(await GetProjectFileElementAsync(project, HangMitigatingCancellationToken), "LangVersion", "latest"); } - [IdeFact] + [IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/60463")] public async Task LegacyProject_AllConfigurationsUpdated() { var project = ProjectName;