diff --git a/thunder/tests/test_jit_general.py b/thunder/tests/test_jit_general.py index 6e237200bc..17ec46057a 100644 --- a/thunder/tests/test_jit_general.py +++ b/thunder/tests/test_jit_general.py @@ -50,7 +50,7 @@ def skipif_not_pytorch_2_1(f): )(f) -#def test_jitting_through_opaque_torch_symbols_sharp_edge(): +# def test_jitting_through_opaque_torch_symbols_sharp_edge(): # def no_sharp_edge(x): # # randn_like is in ltorch # return torch.randn_like(x)