Skip to content

Commit a0d80ae

Browse files
EmmaQiaoChdc3671
authored andcommitted
[Infra][release/0.21] - waive failed tests (NVIDIA#5537)
Signed-off-by: qqiao <[email protected]>
1 parent bb9c881 commit a0d80ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unittest/llmapi/test_llm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ def llm_for_sampling_params():
546546
llm.shutdown()
547547

548548

549+
@pytest.mark.skip(reason="https://nvbugs/5362398")
549550
@pytest.mark.part0
550551
def test_user_specify_workspace():
551552
user_specified_ws_path = '/tmp/specified_workspace'
@@ -614,6 +615,7 @@ def test_generate_with_SamplingConfig(llm_for_sampling_params: LLM,
614615
assert len(output.outputs) == sampling_params.n
615616

616617

618+
@pytest.mark.skip(reason="https://nvbugs/5362398")
617619
@force_ampere
618620
@pytest.mark.part0
619621
def test_generate_with_seed(llm_for_sampling_params: LLM):

0 commit comments

Comments
 (0)