Skip to content

Commit 9082fc1

Browse files
rasapalaporlows1
authored andcommitted
Skip sporadic resume terminate on win (#4238)
### 🛠 Summary Skip sporadic resume terminate on win ### 🧪 Checklist - [ ] Unit tests added. - [ ] The documentation updated. - [ ] Change follows security best practices. ``
1 parent a30fea6 commit 9082fc1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/test/pull_hf_model_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,9 @@ TEST(HfPullWindowsWorker, ResumeTerminateChildProcess) {
792792

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

0 commit comments

Comments
 (0)