Skip to content

Commit c3e6ef1

Browse files
author
Jason Zhai
committed
Disable tests that rely on vs-solutionpersistence fix
1 parent c72b5a5 commit c3e6ef1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/dotnet-sln.Tests/GivenDotnetSlnAdd.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,11 @@ public void WhenNestedProjectIsAddedSolutionFoldersAreCreated(string solutionCom
244244
}
245245

246246
[Theory]
247-
[InlineData("sln", true, ".sln")]
248-
[InlineData("sln", false, ".sln")]
249-
[InlineData("solution", true, ".sln")]
250-
[InlineData("solution", false, ".sln")]
247+
// needs https://github.com/microsoft/vs-solutionpersistence/pull/101
248+
// [InlineData("sln", true, ".sln")]
249+
// [InlineData("sln", false, ".sln")]
250+
// [InlineData("solution", true, ".sln")]
251+
// [InlineData("solution", false, ".sln")]
251252
[InlineData("sln", true, ".slnx")]
252253
[InlineData("solution", false, ".slnx")]
253254
public void WhenNestedProjectIsAddedSolutionFoldersAreCreatedBuild(string solutionCommand, bool fooFirst, string solutionExtension)

0 commit comments

Comments
 (0)