Skip to content

Commit a74ce26

Browse files
authored
[None][infra] Waive failed tests for release branch 11/07 (#9026)
Signed-off-by: qqiao <[email protected]>
1 parent def2ad5 commit a74ce26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unittest/bindings/test_hostfunc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
import pytest
12
import torch
23

34
from tensorrt_llm._torch.hostfunc import HOSTFUNC_USER_DATA_HANDLES, hostfunc
45

56

7+
@pytest.mark.skip(reason="https://nvbugs/5643631")
68
def test_hostfunc():
79

810
@hostfunc

0 commit comments

Comments
 (0)