8000 Skip failling tests due to recent github handling modification of inc… · pmiossec/libgit2sharp@c7b1a99 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7b1a99

Browse files
committed
Skip failling tests due to recent github handling modification of include-tag
Github recently (25th of december, 2013) changed its handling of the include-tag option. Skipping tests while waiting for a proper solution to be found. Same thing as libgit2/libgit2#2020
1 parent 2ff661a commit c7b1a99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LibGit2Sharp.Tests/FetchFixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class FetchFixture : BaseFixture
1010
{
1111
private const string remoteName = "testRemote";
1212

13-
[Theory]
13+
[Theory(Skip = "Skipping due to recent github handling modification of --include-tag.")]
1414
[InlineData("http://github.com/libgit2/TestGitRepository")]
1515
[InlineData("https://github.com/libgit2/TestGitRepository")]
1616
[InlineData("git://github.com/libgit2/TestGitRepository.git")]
@@ -138,7 +138,7 @@ public void CanFetchCustomRefSpecsIntoAnEmptyRepository(string url, string local
138138
}
139139
}
140140

141-
[Theory]
141+
[Theory(Skip = "Skipping due to recent github handling modification of --include-tag.")]
142142
[InlineData(TagFetchMode.All, 4)]
143143
[InlineData(TagFetchMode.None, 0)]
144144
[InlineData(TagFetchMode.Auto, 3)]

LibGit2Sharp.Tests/RepositoryFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private static void AssertIsHidden(string repoPath)
149149
Assert.Equal(FileAttributes.Hidden, (attribs & FileAttributes.Hidden));
150150
}
151151

152-
[Fact]
152+
[Fact(Skip = "Skipping due to recent github handling modification of --include-tag.")]
153153
public void CanFetchFromRemoteByName()
154154
{
155155
string remoteName = "testRemote";

0 commit comments

Comments
 (0)
0