Skip to content

Commit

Permalink
Skip PairRM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Aug 26, 2024
1 parent a069353 commit 252925e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/steps/tasks/test_pair_rm.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
from unittest.mock import MagicMock, patch

import numpy as np
import pytest

from distilabel.pipeline.local import Pipeline
from distilabel.steps.tasks.pair_rm import PairRM


@pytest.mark.skip(reason="Not maintained and to be deprecated.")
@patch("llm_blender.Blender")
class TestPairRM:
def test_process(self, mocker: MagicMock) -> None:
Expand Down

0 comments on commit 252925e

Please sign in to comment.