Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/test/pull_hf_model_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,9 @@ TEST(HfPullWindowsWorker, ResumeTerminateChildProcess) {

// ResumeAfterForcedTerminationAndRerun
TEST_F(HfPull, ResumeTerminate) {
#ifdef _WIN32
SKIP_AND_EXIT_IF_NOT_RUNNING_UNSTABLE();
#endif
std::string basePath = ovms::FileSystem::joinPath({this->directoryPath, "repository", "OpenVINO", "Phi-3-mini-FastDraft-50M-int8-ov"});
std::string modelPath = ovms::FileSystem::appendSlash(basePath) + "openvino_model.bin";
std::string model2Path = ovms::FileSystem::appendSlash(basePath) + "openvino_detokenizer.bin";
Expand Down