Skip to content

Commit d1d3f7c

Browse files
committed
Revert "Revert "forcefully fix CI until it's clear what the problem is""
This reverts commit 65788e8. It's happening again - CI is flaky once more.
1 parent 25b8480 commit d1d3f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/journey/gix.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ title "gix (with repository)"
109109

110110
# for some reason, on CI the daemon always shuts down before we can connect,
111111
# or isn't actually ready despite having accepted the first connection already.
112-
(with "git:// protocol"
112+
(not_on_ci with "git:// protocol"
113113
launch-git-daemon
114114
(with "version 1"
115115
it "generates the correct output" && {
@@ -278,7 +278,7 @@ title "gix commit-graph"
278278
)
279279
)
280280
fi
281-
(with "git:// protocol"
281+
(not_on_ci with "git:// protocol"
282282
launch-git-daemon
283283
(with "version 1"
284284
(with "NO output directory"

0 commit comments

Comments
 (0)