Skip to content

Commit 6fa276f

Browse files
committed
Comment out commit
1 parent 9cc2430 commit 6fa276f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore.Tests/IntegrationTests/ReleaseBranchScenarios.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public void NoMergeBacksToDevelopInCaseThereAreNoChangesInReleaseBranch()
1818
fixture.Repository.MergeNoFF("release/1.0.0");
1919
fixture.Repository.ApplyTag("1.0.0");
2020
fixture.Repository.Checkout("develop");
21-
fixture.Repository.MakeACommit();
21+
//fixture.Repository.MakeACommit();
2222

2323
fixture.Repository.Branches.Remove(releaseBranch);
2424

0 commit comments

Comments
 (0)