Skip to content

Commit a99c753

Browse files
authored
[Tests] INFERENG-1330 - Disable trl examples tests (#1695)
SUMMARY: Disables the TRL examples tests until further updates make them ready to be enabled again. TEST PLAN: ```sh $ pytest tests/examples/test_trl_mixin.py ... SKIPPED [2] tests/examples/test_trl_mixin.py:11: disabled until further updates ... ``` Signed-off-by: Domenic Barbuzzi <[email protected]>
1 parent 8aee6ce commit a99c753

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/examples/test_trl_mixin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
requires_gpu_count,
99
)
1010

11+
pytest.skip("disabled until further updates", allow_module_level=True)
12+
1113

1214
@pytest.fixture
1315
def example_dir() -> str:

0 commit comments

Comments
 (0)