[onnx] Enable crashing tests (#2928)

Crashing tests no longer crash, enable as either passing or xfail tests.

Co-authored-by: Xida Ren (Cedar) <cedar.ren@gmail.com>
pull/2908/head
Rob Suderman 2024-02-20 10:34:21 -08:00 committed by GitHub
parent 13553d49c9
commit 13113df33e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2194,7 +2194,7 @@ ONNX_XFAIL_SET = {
"ReduceMinAlongDimUnsignedInt_basic",
"TensorsStackNegativeDimModule_basic",
"TensorsStackPromoteDTypeModule_basic",
"FlipModule_basic",
"MoveDimIntNegativeIndexModule_basic",
"PermuteNegativeIndexModule_basic",
}