Change-Id: I771722f43ebe79d1d092e8a95425e0abfc5bb7a0
Signed-off-by: Inki Dae <inki.dae@samsung.com>
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",
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 {
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 {