Skip to content

Commit

Permalink
ignore test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 13, 2024
1 parent 165f7a7 commit e1130c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/biome_lsp/tests/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,7 @@ async fn no_code_actions_for_ignored_json_files() -> Result<()> {
}

#[tokio::test]
#[ignore = "To enable when import sorting will be part of the actions"]
async fn pull_code_actions_with_import_sorting() -> Result<()> {
let factory = ServerFactory::default();
let (service, client) = factory.create(None).into_inner();
Expand Down

0 comments on commit e1130c1

Please sign in to comment.