Skip to content

Commit f815bb3

Browse files
committed
Skip Submodule_RecognizedWithCorrectVersion test due to #125
1 parent cba5bdb commit f815bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NerdBank.GitVersioning.Tests/VersionOracleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public VersionOracleTests(ITestOutputHelper logger)
1515

1616
private string CommitIdShort => this.Repo.Head.Commits.First().Id.Sha.Substring(0, 10);
1717

18-
[Fact]
18+
[Fact(Skip = "Unstable test. See issue #125")]
1919
public void Submodule_RecognizedWithCorrectVersion()
2020
{
2121
using (var expandedRepo = TestUtilities.ExtractRepoArchive("submodules"))

0 commit comments

Comments
 (0)