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 23, 2017
1 parent cc746bd commit 76d99a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NerdBank.GitVersioning.Tests/VersionOracleTests.cs
Expand Up @@ -12,7 +12,7 @@ public VersionOracleTests(ITestOutputHelper logger)
{
}

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

0 comments on commit 76d99a4

Please sign in to comment.