Skip the tests of saving tensor in backward (#13767)

### skip the tests of saving tensor in backward

The test failed randomly; Let's skip it until the issue got fixed to
unblock the CIs.
This commit is contained in:
pengwa 2022-11-29 13:02:26 +08:00 committed by GitHub
parent 3c258c878c
commit 7c53b6eee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1274,6 +1274,7 @@ def test_pythonop_training_mode():
check_pythonop_training_mode(ortmodule, is_eval_mode=True)
@pytest.mark.skip(reason="TODO(yangu): need fix this test run random segment fault.")
def test_python_op_save_input_for_backward():
class GeLUFunctionTakeActivationInput(torch.autograd.Function):
@staticmethod