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 15421e8 commit 0a43af8Copy full SHA for 0a43af8
test/git-open.bats
@@ -178,6 +178,9 @@ setup() {
178
##
179
180
@test "gitlab: separate domains" {
181
+ skip
182
+ # skipping until test is fixed: see #87
183
+
184
# https://github.com/paulirish/git-open/pull/56
185
git remote set-url origin "[email protected]:namespace/project.git"
186
git config "gitopen.gitlab.domain" "gitlab.example.com"
@@ -204,6 +207,9 @@ setup() {
204
207
}
205
208
206
209
@test "gitlab: ssh://git@host:port origin" {
210
211
212
213
# https://github.com/paulirish/git-open/pull/76
214
# this first set mostly matches the "gitlab: ssh://git@ origin" test
215
git remote set-url origin "ssh://[email protected]/XXX/YYY.git"
0 commit comments