Skip to content

Commit e2054bb

Browse files
authored
[Infra][release/0.21] - waive failed tests (#5537)
Signed-off-by: qqiao <[email protected]>
1 parent 312fd47 commit e2054bb

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
@@ -544,6 +544,7 @@ def llm_for_sampling_params():
544544
llm.shutdown()
545545

546546

547+
@pytest.mark.skip(reason="https://nvbugs/5362398")
547548
@pytest.mark.part0
548549
def test_user_specify_workspace():
549550
user_specified_ws_path = '/tmp/specified_workspace'
@@ -612,6 +613,7 @@ def test_generate_with_SamplingConfig(llm_for_sampling_params: LLM,
612613
assert len(output.outputs) == sampling_params.n
613614

614615

616+
@pytest.mark.skip(reason="https://nvbugs/5362398")
615617
@force_ampere
616618
@pytest.mark.part0
617619
def test_generate_with_seed(llm_for_sampling_params: LLM):

0 commit comments

Comments
 (0)