Skip to content

Commit b6259ca

Browse files
committed
Skip Gemma3n fast prefill test
Signed-off-by: Yong Hoon Shin <[email protected]>
1 parent 21fb8ef commit b6259ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/v1/e2e/test_kv_sharing_fast_prefill.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def cleanup(llm: LLM, compilation_config: CompilationConfig):
6464

6565
@fork_new_process_for_each_test
6666
@pytest.mark.parametrize("enforce_eager", [True])
67+
@pytest.mark.skip(reason="Disable until Gemma3n supports fast prefill")
6768
def test_kv_sharing_fast_prefill(
6869
monkeypatch: pytest.MonkeyPatch,
6970
enforce_eager: bool,

0 commit comments

Comments
 (0)