Skip to content

Commit

Permalink
Ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Jul 31, 2024
1 parent d8b2421 commit a425db9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tooling/lsp/src/requests/references.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ mod references_tests {
check_references_succeeds("rename_function", "another_function", 0, false).await;
}

// Ignored because making this works slows down everything, so for now things will not work
// as ideally, but they'll be fast.
#[ignore]
#[test]
async fn test_on_references_request_works_accross_workspace_packages() {
let (mut state, noir_text_document) = test_utils::init_lsp_server("workspace").await;
Expand Down

0 comments on commit a425db9

Please sign in to comment.