We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb21a4 commit 3b40f8eCopy full SHA for 3b40f8e
tests/journey/gix.sh
@@ -109,7 +109,7 @@ title "gix (with repository)"
109
110
# for some reason, on CI the daemon always shuts down before we can connect,
111
# or isn't actually ready despite having accepted the first connection already.
112
- (with "git:// protocol"
+ (not_on_ci with "git:// protocol"
113
launch-git-daemon
114
(with "version 1"
115
it "generates the correct output" && {
@@ -278,7 +278,7 @@ title "gix commit-graph"
278
)
279
280
fi
281
+ (not-on-ci with "git:// protocol"
282
283
284
(with "NO output directory"
0 commit comments