Skip to content

Commit

Permalink
* review for OOM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Dec 25, 2024
1 parent c57ca12 commit 38bfd06
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/ops/mapper/test_image_captioning_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 OOM on the current runner
# These tests have been tested locally.
@SKIPPED_TESTS.register_module()
# @SKIPPED_TESTS.register_module()
class ImageCaptioningMapperTest(DataJuicerTestCaseBase):

data_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..',
Expand Down
2 changes: 1 addition & 1 deletion tests/ops/mapper/test_image_diffusion_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# Skip tests for this OP in the GitHub actions due to OOM on the current runner
# These tests have been tested locally.
@SKIPPED_TESTS.register_module()
# @SKIPPED_TESTS.register_module()
class ImageDiffusionMapperTest(DataJuicerTestCaseBase):

data_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..',
Expand Down
2 changes: 1 addition & 1 deletion tests/ops/mapper/test_image_tagging_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 OOM on the current runner
# These tests have been tested locally.
@SKIPPED_TESTS.register_module()
# @SKIPPED_TESTS.register_module()
class ImageTaggingMapperTest(DataJuicerTestCaseBase):
data_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..',
'data')
Expand Down
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 OOM on the current runner
# These tests have been tested locally.
@SKIPPED_TESTS.register_module()
# @SKIPPED_TESTS.register_module()
class VideoCaptioningFromAudioMapperTest(DataJuicerTestCaseBase):

data_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..',
Expand Down
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 OOM on the current runner
# These tests have been tested locally.
@SKIPPED_TESTS.register_module()
# @SKIPPED_TESTS.register_module()
class VideoCaptioningFromFramesMapperTest(DataJuicerTestCaseBase):

data_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..',
Expand Down
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 OOM on the current runner
# These tests have been tested locally.
@SKIPPED_TESTS.register_module()
# @SKIPPED_TESTS.register_module()
class VideoCaptioningFromSummarizerMapperTest(DataJuicerTestCaseBase):

data_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..',
Expand Down
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 OOM on the current runner
# These tests have been tested locally.
@SKIPPED_TESTS.register_module()
# @SKIPPED_TESTS.register_module()
class VideoCaptioningFromVideoMapperTest(DataJuicerTestCaseBase):

data_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..',
Expand Down
2 changes: 1 addition & 1 deletion tests/ops/mapper/test_video_tagging_from_frames_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 OOM on the current runner
# These tests have been tested locally.
@SKIPPED_TESTS.register_module()
# @SKIPPED_TESTS.register_module()
class VideoTaggingFromFramesMapperTest(DataJuicerTestCaseBase):
data_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..',
'data')
Expand Down

0 comments on commit 38bfd06

Please sign in to comment.