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
1 change: 1 addition & 0 deletions test/srt/ep/test_deepep_large.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def test_gsm8k(self):
self.assertGreater(metrics["accuracy"], 0.92)


@unittest.skip("Skipping this test until it's fixed.")
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For better maintainability, it's good practice to provide a more descriptive reason for skipping a test. This helps other developers understand the context without having to dig through git history. Consider mentioning who is working on the fix, as noted in the PR description, and linking to a tracking issue if one exists.

Suggested change
@unittest.skip("Skipping this test until it's fixed.")
@unittest.skip("Skipping this test as it is currently broken. @rainj-me is working on a fix.")

class TestDeepseekMTP(CustomTestCase):
@classmethod
def setUpClass(cls):
Expand Down
Loading