ignore test_copilot_lsp_completions til new model deployed (#1791)

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-03-20 17:40:46 -07:00
committed by GitHub
parent 156c51484a
commit 3659946653

View File

@ -1105,6 +1105,7 @@ async fn test_copilot_lsp_set_editor_info() {
}
#[tokio::test]
#[ignore] // Ignore til hosted model is faster (@jessfraz working on).
async fn test_copilot_lsp_completions_raw() {
let server = copilot_lsp_server().unwrap();
@ -1158,6 +1159,7 @@ async fn test_copilot_lsp_completions_raw() {
}
#[tokio::test]
#[ignore] // Ignore til hosted model is faster (@jessfraz working on).
async fn test_copilot_lsp_completions() {
let server = copilot_lsp_server().unwrap();