Skip to content

Commit

Permalink
Merge pull request #71089 from dotnet/dev/arkalyan/disableintegration
Browse files Browse the repository at this point in the history
Disable ExtractMethod and VerifyTextSync after 17.9P1 failures
  • Loading branch information
arunchndr authored Dec 5, 2023
2 parents 23e0905 + 9782a55 commit d7f5e61
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 @@ -126,7 +126,7 @@ await TestServices.EditorVerifier.TextContainsAsync(@"private static int SayHell
}", cancellationToken: HangMitigatingCancellationToken);
}

[IdeFact]
[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/71088")]
public async Task ExtractViaCodeAction()
{
await TestServices.Editor.SetTextAsync(TestSource, HangMitigatingCancellationToken);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ static void Main(string[] args)
}", HangMitigatingCancellationToken);
}

[IdeFact, WorkItem("https://github.com/dotnet/roslyn/issues/68880")]
[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/71088")]
public async Task VerifyTextSync()
{
var globalOptions = await TestServices.Shell.GetComponentModelServiceAsync<IGlobalOptionService>(HangMitigatingCancellationToken);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ await TestServices.EditorVerifier.TextContainsAsync(@" Private Sub SayHello()
End Sub", cancellationToken: HangMitigatingCancellationToken);
}

[IdeFact]
[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/71088")]
public async Task ExtractViaCodeAction()
{
await TestServices.Editor.SetTextAsync(TestSource, HangMitigatingCancellationToken);
Expand Down

0 comments on commit d7f5e61

Please sign in to comment.