Skip to content

Commit 5139775

Browse files
committed
Add comment about broken test
1 parent dbe237a commit 5139775

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ObjectiveGitTests/GTRemoteSpec.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@
133133
expect(error).to(beNil());
134134
expect(remote).notTo(beNil());
135135

136+
// FIXME: libgit2 appears to be changing git:// scheme to https://
137+
136138
GTRemote *newRemote = [GTRemote remoteWithName:@"newremote" inRepository:fetchingRepo error:&error];
137139
expect(error).to(beNil());
138140
expect(newRemote).notTo(beNil());

0 commit comments

Comments
 (0)