Skip to content

Commit

Permalink
test: re-enable test server auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Nov 4, 2024
1 parent 821a8a3 commit 548d356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crate/test_server/src/test_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ mod test {
};

#[tokio::test]
#[ignore]
async fn test_server_auth_matrix() -> Result<(), ClientError> {
let test_cases = vec![
(false, false, false, "all_disabled"),
Expand Down

0 comments on commit 548d356

Please sign in to comment.