Skip to content

Commit 94cad01

Browse files
committed
progress
1 parent 24b073a commit 94cad01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/pgt_lsp/tests/server.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ use std::any::type_name;
2525
use std::fmt::Display;
2626
use std::path::Path;
2727
use std::time::Duration;
28+
use test_log::test;
2829
use tower::timeout::Timeout;
2930
use tower::{Service, ServiceExt};
3031
use tower_lsp::LspService;
@@ -1345,7 +1346,8 @@ async fn multiple_projects() -> Result<()> {
13451346
Ok(())
13461347
}
13471348

1348-
#[tokio::test]
1349+
// #[tokio::test]
1350+
#[test(tokio::test)]
13491351
async fn extends_config() -> Result<()> {
13501352
let factory = ServerFactory::default();
13511353
let mut fs = MemoryFileSystem::default();

0 commit comments

Comments
 (0)