[TEST] Skip query test temporarily
authoryelini-jeong <yelini.jeong@samsung.com>
Mon, 25 Apr 2022 07:03:04 +0000 (16:03 +0900)
committerSangjung Woo <again4you@gmail.com>
Tue, 26 Apr 2022 05:45:41 +0000 (14:45 +0900)
This patch skips query test temporarily because of ppa build failure.

Signed-off-by: yelini-jeong <yelini.jeong@samsung.com>
tests/nnstreamer_query/runTest.sh

index 4cf6d49..009cc41 100644 (file)
@@ -18,6 +18,15 @@ fi
 # This is compatible with SSAT (https://github.com/myungjoo/SSAT)
 testInit $1
 
+# Skip query test temporarily because of ppa build failure.
+# Related issue: https://github.com/nnstreamer/nnstreamer/issues/3657
+ID=$(grep -oP '(?<=^ID=).+' /etc/os-release | tr -d '"')
+if [ "$ID" = "ubuntu" ]; then
+    echo "Skip query test for ppa build"
+    report
+    exit
+fi
+
 PATH_TO_PLUGIN="../../build"
 PERFORMANCE=0
 # The client has to wait enough time for the server to be ready.