Disable SNPE gtest
authorKwanghoon Son <k.son@samsung.com>
Wed, 31 Aug 2022 02:28:53 +0000 (22:28 -0400)
committerInki Dae <inki.dae@samsung.com>
Fri, 2 Sep 2022 08:09:25 +0000 (17:09 +0900)
[Issue type] : Change

Snpe test needs special hardware which is not related with public tizen
test. To enable snpe test, run mv_test with --gtest_also_run_disabled_tests

Change-Id: I36fdc978b0298ab435ff1e5a91f63703c685c86e
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
test/testsuites/machine_learning/inference/test_image_classification.cpp

index f0ebba3..fbece70 100644 (file)
@@ -303,7 +303,7 @@ TEST_P(TestImageClassificationTflite, QUANT_MobilenetV1)
        inferenceBanana();
 }
 
-TEST_P(TestImageClassificationSnpe, InceptionV3_Quantized)
+TEST_P(TestImageClassificationSnpe, DISABLED_InceptionV3_Quantized)
 {
        engine_config_hosted_snpe_model(engine_cfg, IC_SNPE_WEIGHT_QUANT_INCEPTION_V3_299_PATH,
                                                                        IC_LABEL_INCEPTION_V3_299_PATH, _use_json_parser,