From f9380695bfce44f319231f5737f075f5e0f3b69e Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Mon, 3 Jul 2023 13:27:11 +0000 Subject: [PATCH] amazon-kvs-producer-pic: disable test for qemuarm64 --- .../amazon-kvs-producer-sdk/amazon-kvs-producer-pic/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sdk/amazon-kvs-producer-sdk/amazon-kvs-producer-pic/run-ptest b/recipes-sdk/amazon-kvs-producer-sdk/amazon-kvs-producer-pic/run-ptest index f49e9e3b6..591534ecb 100644 --- a/recipes-sdk/amazon-kvs-producer-sdk/amazon-kvs-producer-pic/run-ptest +++ b/recipes-sdk/amazon-kvs-producer-sdk/amazon-kvs-producer-pic/run-ptest @@ -1,2 +1,2 @@ #!/bin/sh -tests/kvspic_test --gtest_filter=*ClientApiTest* --gtest_output=json:result.json > /dev/null ; python3 ptest_result.py result.json \ No newline at end of file +tests/kvspic_test --gtest_filter=*ClientApiTest.create* --gtest_output=json:result.json > /dev/null ; python3 ptest_result.py result.json \ No newline at end of file