Skip to content

Commit 7421ccf

Browse files
committed
Auto merge of #14760 - epage:test-flake, r=ehuss
test(doc): Resolve flaky test Saw this failure on #14759
2 parents dd0e396 + 35baa73 commit 7421ccf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testsuite/doc.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,8 @@ fn doc_json_artifacts() {
19851985
]
19861986
"#]]
19871987
.is_json()
1988-
.against_jsonlines(),
1988+
.against_jsonlines()
1989+
.unordered(),
19891990
)
19901991
.run();
19911992
}

0 commit comments

Comments
 (0)