Skip to content

Commit

Permalink
* skip vllm ops
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Jan 20, 2025
1 parent 88e9aa4 commit 26d0f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ops/mapper/test_generate_qa_from_examples_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Skip tests for this OP in the GitHub actions due to ?
# These tests have been tested locally.
# @SKIPPED_TESTS.register_module()
@SKIPPED_TESTS.register_module()
class GenerateQAFromExamplesMapperTest(DataJuicerTestCaseBase):
text_key = 'text'

Expand Down
2 changes: 1 addition & 1 deletion tests/ops/mapper/test_generate_qa_from_text_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Skip tests for this OP in the GitHub actions due to ?
# These tests have been tested locally.
# @SKIPPED_TESTS.register_module()
@SKIPPED_TESTS.register_module()
class GenerateQAFromTextMapperTest(DataJuicerTestCaseBase):
text_key = 'text'

Expand Down

0 comments on commit 26d0f84

Please sign in to comment.