Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 79b7d5c

Browse files
committed
fix ci
1 parent 8e71a39 commit 79b7d5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

engine/e2e-test/test_cli_engine_get.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ def test_engines_get_onnx_should_be_incompatible_on_linux(self):
6262
exit_code, output, error = run("Get engine", ["engines", "get", "onnxruntime"])
6363
print(output)
6464
assert exit_code == 0, f"Get engine failed with error: {error}"
65-
assert "Incompatible" in output, "onnxruntime should be Incompatible on Linux"
65+
assert (
66+
"is not supported o" in output
67+
), "onnxruntime should be Incompatible on Linux"

0 commit comments

Comments
 (0)