Sync client settings with LSP server (dotnet/aspnetcore-tooling#1549)

* Sync client settings with LSP server

* feedback

* Skip flaky test https://github.com/dotnet/aspnetcore/issues/18707

* Cleanup

* Make it abstract for consistency
\n\nCommit migrated from 9a05bd16c6
This commit is contained in:
Ajay Bhargav B 2020-01-30 18:24:32 -08:00 committed by GitHub
parent 07fcf46959
commit a32887aec4
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
Assert.FileDoesNotExist(result, publishOutputPath, "AppWithPackageAndP2PReference.StaticWebAssets.xml");
}
[Fact]
[Fact(Skip = "flaky test: https://github.com/dotnet/aspnetcore/issues/18707")]
[InitializeTestProject("AppWithPackageAndP2PReference", additionalProjects: new[] { "ClassLibrary", "ClassLibrary2" })]
public async Task Publish_WithBuildReferencesDisabled_CopiesStaticWebAssetsToDestinationFolder()
{