Skip to content

Commit e51fcd0

Browse files
ByronEliahKagan
andauthored
Improve wording of comment in test
Co-authored-by: Eliah Kagan <[email protected]>
1 parent c949030 commit e51fcd0

File tree

1 file changed

+1
-1
lines changed
  • gix/tests/gix/revision/spec/from_bytes

1 file changed

+1
-1
lines changed

gix/tests/gix/revision/spec/from_bytes/regex.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ mod find_youngest_matching_commit {
9595
fn regex_matches() {
9696
let repo = repo("complex_graph").unwrap();
9797

98-
// On the CI linux workflow, archived baseline aren't used - instead fixtures will be re-evaluated.
98+
// On the full linux CI `test` workflow, archived baseline aren't used - instead fixtures will be re-evaluated.
9999
// As of Git 2.47, its behaviour changed which makes the following assertion fail.
100100
// We decided to just ignore it until it's clear that this isn't a bug - obviously the traversal order changed.
101101
let is_in_test_ci_workflow = is_ci::cached() && std::env::var_os("GIX_TEST_IGNORE_ARCHIVES").is_some();

0 commit comments

Comments
 (0)