Skip to content

Commit 86b83ef

Browse files
committed
RUST-1462 Unskip "wrong set name" test
1 parent 8c63264 commit 86b83ef

File tree

1 file changed

+0
-2
lines changed
  • src/sdam/description/topology/test

1 file changed

+0
-2
lines changed

src/sdam/description/topology/test/sdam.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,8 @@ fn server_type_from_str(s: &str) -> Option<ServerType> {
252252
async fn run_test(test_file: TestFile) {
253253
let test_description = &test_file.description;
254254

255-
// TODO: RUST-358 unskip tests
256255
// TODO: RUST-1081 unskip tests
257256
let skip_keywords = doc! {
258-
"wrong set name": "(RUST-358)",
259257
"election Id": "(RUST-1081)",
260258
"electionId": "(RUST-1081)",
261259
"ElectionId": "(RUST-1081)"

0 commit comments

Comments
 (0)