We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1dff52 commit e87a258Copy full SHA for e87a258
test/EndToEnd/tests/GetProjectTest.ps1
@@ -207,6 +207,8 @@ function Test-RenamingSolutionFolderWithDeeplyNestedProjectsDoesNotAffectGetProj
207
}
208
209
function Test-AmbiguousStartupProject {
210
+ [SkipTest("https://github.com/NuGet/Home/issues/14660"]
211
+ param($context)
212
# Arrange
213
New-SolutionFolder foo
214
$p1 = New-ClassLibrary A foo
0 commit comments