Skip to content

Commit be1e128

Browse files
authored
[CI Bugfix] Skip failing Tensorizer+LoRA test (#20724)
1 parent 65393ee commit be1e128

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/lora/test_llama_tp.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
import sys
55
from typing import Union
66

7+
import pytest
8+
79
import vllm
810
from vllm import LLM
911
from vllm.lora.request import LoRARequest
@@ -149,6 +151,8 @@ def test_llama_lora_tp4_fully_sharded_loras(sql_lora_files):
149151
generate_and_test(llm, sql_lora_files)
150152

151153

154+
@pytest.mark.skip(reason=("Skipping this test as tensorizer is not "
155+
"working with LoRA as of #19619"))
152156
@multi_gpu_test(num_gpus=2)
153157
@create_new_process_for_each_test()
154158
def test_tp2_serialize_and_deserialize_lora(tmp_path, sql_lora_files,

0 commit comments

Comments
 (0)