Skip to content

Commit c1e8a40

Browse files
committed
skip tests for now
1 parent 5291e85 commit c1e8a40

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/optimizer/test_models.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
from onnxscript.rewriter import onnxruntime as ort_rewriter
1717
from onnxscript.utils import evaluation_utils
1818

19-
_SKIP_TABLE = {}
19+
_SKIP_TABLE = {
20+
"resnet18": "fixme: ORT aborts when loading the model - https://github.com/microsoft/onnxruntime/issues/24473",
21+
"mobilenetv2_100": "fixme: ORT aborts when loading the model - https://github.com/microsoft/onnxruntime/issues/24473",
22+
}
2023

2124
model_folder_path = (
2225
pathlib.Path(__file__).resolve().parent.parent.parent / "testdata" / "e2e_models"

0 commit comments

Comments
 (0)