Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def _run_worker_process(
torch.npu.reset_peak_memory_stats()


@pytest.mark.skip(reason="fix me")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While skipping a test can be a necessary temporary measure, the reason 'fix me' is too generic and makes it difficult to track the problem. Please provide a more descriptive reason, mentioning that this is a revert and why the test is failing. It is also best practice to create and link a tracking issue to ensure the test is re-enabled later.

Suggested change
@pytest.mark.skip(reason="fix me")
@pytest.mark.skip(reason="Reverting commit f6db47f. Test is failing after vLLM upgrade and needs investigation.")

@pytest.mark.parametrize("model", MODELS)
@pytest.mark.parametrize("max_tokens", [4, 36])
@patch.dict(os.environ, {"ASCEND_RT_VISIBLE_DEVICES": "0,1"})
Expand Down
Loading