Skip to content

Commit a6c15d6

Browse files
committed
remove un-used tests
1 parent ddc0c0f commit a6c15d6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Tests/BranchFinders/ReleaseTests.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,4 @@ public void EnsureAReleaseBranchNameDoesNotExposeAStability()
3939
}
4040
}
4141

42-
//TODO:
43-
//[Test]
44-
//[ExpectedException]
45-
//public void Override_stage_using_tag_should_throw_on_version_mismatch()
46-
//{
47-
// var version = FinderWrapper.FindVersionForCommit("34dbc768fcbdd57d6089fe28f9d37472b9e97e35", "release-0.5.0");
48-
//}
49-
50-
[Test, Ignore("Not really going to happen in real life se we skip this for now")]
51-
public void After_merge_to_master()
52-
{
53-
//TODO
54-
//Assert.Throws<Exception>(() => FinderWrapper.FindVersionForCommit("TODO", "release-0.5.0"));
55-
}
5642
}

0 commit comments

Comments
 (0)