Skip to content

Commit

Permalink
Skip 3 flaky integration tests
Browse files Browse the repository at this point in the history
Collectively, these tests have failed 60 times in the past week. Runfo bugs:

dotnet#57423
dotnet#60477
dotnet#61367
  • Loading branch information
333fred committed Jul 25, 2022
1 parent b69612d commit c10f69b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/57423"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)]
public async Task GFUFuzzyMatchAfterRenameTrackingAndAfterGenerateType()
{
await SetUpEditorAsync(@"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected CSharpErrorListCommon(string templateName)

protected override string LanguageName => LanguageNames.CSharp;

[IdeFact]
[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/61367")]
public virtual async Task ErrorList()
{
await TestServices.Editor.SetTextAsync(@"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public static void Main()
Assert.Equal(isPreview, await TestServices.Shell.IsActiveTabProvisionalAsync(HangMitigatingCancellationToken));
}

[IdeFact, Trait(Traits.Feature, Traits.Features.SourceGenerators)]
[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/60477"), Trait(Traits.Feature, Traits.Features.SourceGenerators)]
public async Task InvokeNavigateToForGeneratedFile()
{
await TestServices.Shell.ExecuteCommandAsync(VSConstants.VSStd12CmdID.NavigateTo, HangMitigatingCancellationToken);
Expand Down

0 comments on commit c10f69b

Please sign in to comment.