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:
parent
07fcf46959
commit
a32887aec4
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue