Skip to content

Commit

Permalink
Merge pull request #70377 from CyrusNajmabadi/disableTests
Browse files Browse the repository at this point in the history
Disable flakey integration tests
  • Loading branch information
jasonmalinowski authored Oct 13, 2023
2 parents 5a87250 + be43d2e commit 9f48353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public override string ToString()
Assert.Equal(1, actual.Count(s => s.Collapsed));
}

[IdeFact]
[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/70376")]
public async Task GoToDefinitionFromMetadataSecondHop()
{
await TestServices.SolutionExplorer.AddDllReferenceAsync(ProjectName, typeof(CSharpGoToDefinition).Assembly.Location, HangMitigatingCancellationToken);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Dim gibberish As SomeClass
Assert.False(await TestServices.Shell.IsActiveTabProvisionalAsync(HangMitigatingCancellationToken));
}

[IdeFact]
[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/70376")]
public async Task ObjectBrowserNavigation()
{
var globalOptions = await TestServices.Shell.GetComponentModelServiceAsync<IGlobalOptionService>(HangMitigatingCancellationToken);
Expand Down

0 comments on commit 9f48353

Please sign in to comment.