Skip to content

Commit

Permalink
Skip Apex test SimpleUninstallFromIVsInstaller (#4998)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkan authored Jan 11, 2023
1 parent ba3fa10 commit d76a117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void SimpleInstallFromIVsInstaller()
CommonUtility.AssertPackageInPackagesConfig(VisualStudio, projExt, "newtonsoft.json", XunitLogger);
}

[StaFact]
[StaFact(Skip = "https://github.com/NuGet/Home/issues/11308")]
public void SimpleUninstallFromIVsInstaller()
{
// Arrange
Expand Down

0 comments on commit d76a117

Please sign in to comment.