Skip to content

Commit 35baa73

Browse files
committed
test(doc): Resolve flaky test
Saw this failure on #14759
1 parent 497c228 commit 35baa73

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)