Skip to content

Commit

Permalink
Skip Submodule_RecognizedWithCorrectVersion test due to #125
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jun 17, 2017
1 parent cba5bdb commit f815bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NerdBank.GitVersioning.Tests/VersionOracleTests.cs
Expand Up @@ -15,7 +15,7 @@ public VersionOracleTests(ITestOutputHelper logger)

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

[Fact]
[Fact(Skip = "Unstable test. See issue #125")]
public void Submodule_RecognizedWithCorrectVersion()
{
using (var expandedRepo = TestUtilities.ExtractRepoArchive("submodules"))
Expand Down

0 comments on commit f815bb3

Please sign in to comment.