We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba5bdb commit f815bb3Copy full SHA for f815bb3
src/NerdBank.GitVersioning.Tests/VersionOracleTests.cs
@@ -15,7 +15,7 @@ public VersionOracleTests(ITestOutputHelper logger)
15
16
private string CommitIdShort => this.Repo.Head.Commits.First().Id.Sha.Substring(0, 10);
17
18
- [Fact]
+ [Fact(Skip = "Unstable test. See issue #125")]
19
public void Submodule_RecognizedWithCorrectVersion()
20
{
21
using (var expandedRepo = TestUtilities.ExtractRepoArchive("submodules"))
0 commit comments