We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c63264 commit 86b83efCopy full SHA for 86b83ef
src/sdam/description/topology/test/sdam.rs
@@ -252,10 +252,8 @@ fn server_type_from_str(s: &str) -> Option<ServerType> {
252
async fn run_test(test_file: TestFile) {
253
let test_description = &test_file.description;
254
255
- // TODO: RUST-358 unskip tests
256
// TODO: RUST-1081 unskip tests
257
let skip_keywords = doc! {
258
- "wrong set name": "(RUST-358)",
259
"election Id": "(RUST-1081)",
260
"electionId": "(RUST-1081)",
261
"ElectionId": "(RUST-1081)"
0 commit comments