Skip to content

Commit 6136b95

Browse files
authored
Skip GetProjectXml_FileBasedProgram_SdkTooOld_01 test (#79465)
2 parents 18633f1 + 0e6493c commit 6136b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer.UnitTests/VirtualProjectXmlProviderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private async Task<VirtualProjectXmlProvider> GetProjectXmlProviderAsync()
4848
return exportProvider.GetExportedValue<VirtualProjectXmlProvider>();
4949
}
5050

51-
[Fact]
51+
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/79464")]
5252
public async Task GetProjectXml_FileBasedProgram_SdkTooOld_01()
5353
{
5454
var projectProvider = await GetProjectXmlProviderAsync();

0 commit comments

Comments
 (0)