test: disable test cases for private task API 61/320761/2
authorInki Dae <inki.dae@samsung.com>
Fri, 7 Mar 2025 06:09:24 +0000 (15:09 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 7 Mar 2025 08:18:19 +0000 (17:18 +0900)
Change-Id: I771722f43ebe79d1d092e8a95425e0abfc5bb7a0
Signed-off-by: Inki Dae <inki.dae@samsung.com>
test/testsuites/machine_learning/gaze_tracking/test_gaze_tracking.cpp
test/testsuites/machine_learning/image_segmentation/test_semantic_segmentation.cpp
test/testsuites/machine_learning/object_detection/test_object_detection.cpp

index 69aa2e18bca8f934879bab6f1fc3f990e6c85e49..0e3f2ece65dd18892b4984d5e4719b3727d25824 100644 (file)
@@ -138,7 +138,7 @@ TEST(GazeTrackingTest, InferenceShouldBeOk)
        ASSERT_EQ(ret, MEDIA_VISION_ERROR_NONE);
 }
 
-TEST(GazeTrackingTest, L2CSNetMobileNetV2InferenceShouldBeOk)
+TEST(GazeTrackingTest, DISABLED_L2CSNetMobileNetV2InferenceShouldBeOk)
 {
        mv_gaze_tracking_h handle;
        vector<test_model_input> test_models { { "gzt_l2cs_mobilenetv2_224x224.tflite", "gzt_l2cs_mobilenetv2_224x224.json",
index cd6818463b841a1cace7a317e2a7e955ba1553e4..56969da97a1d5be58df8a37cc61532a8b9eb778b 100644 (file)
@@ -33,7 +33,7 @@ using namespace testing;
 using namespace std;
 using namespace MediaVision::Common;
 
-TEST(SemanticSegmentationTest, InferenceShouldBeOk)
+TEST(SemanticSegmentationTest, DISABLED_InferenceShouldBeOk)
 {
        mv_semantic_segmentation_h handle;
        vector<test_model_input> test_models {
index 8c39c79da5735813a3591f080797421a427b5071..98ac19a658c22a7b32782bc4bf65b0d2ecbf767b 100644 (file)
@@ -221,7 +221,7 @@ TEST(ObjectDetectionTest, InferenceShouldBeOk)
        ASSERT_EQ(ret, MEDIA_VISION_ERROR_NONE);
 }
 
-TEST(ObjectDetectionHailo8LTest, YoloXsInferenceShouldBeOk)
+TEST(ObjectDetectionHailo8LTest, DISABLED_YoloXsInferenceShouldBeOk)
 {
        mv_object_detection_h handle;
        vector<test_model_input> test_models {