8000 Unskip some tag fetching related tests · kanglingv/libgit2sharp@b8b17b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8b17b2

Browse files
committed
Unskip some tag fetching related tests
1 parent 6892a94 commit b8b17b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp.Tests/FetchFixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ public void CanFetchCustomRefSpecsIntoAnEmptyRepository(string url, string local
147147
}
148148
}
149149

150-
[Theory(Skip = "Skipping due to recent github handling modification of --include-tag.")]
150+
[Theory]
151151
[InlineData(TagFetchMode.All, 4)]
152152
[InlineData(TagFetchMode.None, 0)]
153-
[InlineData(TagFetchMode.Auto, 3)]
153+
//[InlineData(TagFetchMode.Auto, 3)] // TODO: Skipping due to github modification of --include-tag handling."
154154
public void FetchRespectsConfiguredAutoTagSetting(TagFetchMode tagFetchMode, int expectedTagCount)
155155
{
156156
string url = "http://github.com/libgit2/TestGitRepository";

0 commit comments

Comments
 (0)
0