Skip to content

Commit

Permalink
[tests] ignore IncrementalFastDeployment for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Feb 27, 2024
1 parent bdb7393 commit eb1df0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/MSBuildDeviceIntegration/Tests/InstallTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ public void LocalizedAssemblies_ShouldBeFastDeployed ()
[Test]
public void IncrementalFastDeployment ()
{
Assert.Ignore ("https://github.com/NuGet/Home/issues/13269");
AssertCommercialBuild ();

var class1src = new BuildItem.Source ("Class1.cs") {
Expand Down

0 comments on commit eb1df0f

Please sign in to comment.