Skip to content

Commit

Permalink
Temporarily disable navigate to tests due to queue upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Aug 3, 2023
1 parent 66f37d3 commit afbd73b
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 @@ -23,7 +23,7 @@ public CSharpNavigateTo()
{
}

[IdeFact]
[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/69364")]
public async Task NavigateTo()
{
await using var telemetry = await TestServices.Telemetry.EnableTestTelemetryChannelAsync(HangMitigatingCancellationToken);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public BasicNavigateTo()
{
}

[IdeFact]
[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/69364")]
public async Task NavigateTo()
{
var project = ProjectName;
Expand Down

0 comments on commit afbd73b

Please sign in to comment.