Skip to content

Commit 9755e43

Browse files
committed
chore: update e2e test
1 parent 26a2467 commit 9755e43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/e2e-test/cli/model/test_cli_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def setup_and_teardown(self):
3636
run("Delete model", ["models", "delete", "tinyllama:1b"])
3737
stop_server()
3838

39+
@pytest.mark.skipif(platform.system() == "Windows", reason="Skip test for Windows")
3940
def test_model_pull_with_direct_url_should_be_success(self):
4041
exit_code, output, error = run(
4142
"Pull model",

0 commit comments

Comments
 (0)