Disable cases which offloaded to SW path(#422)

Signed-off-by: Chen Xin <jack.chen@verisilicon.com>
This commit is contained in:
chxin66 2022-07-04 15:37:06 +08:00 committed by GitHub
parent 3e8d5e3493
commit e047fce59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#include "gtest/gtest.h"
TEST(Stack, LayoutinferernceTest_1) {
TEST(Stack, DISABLED_LayoutinferernceTest_1) {
auto ctx = tim::vx::Context::Create();
auto graph = ctx->CreateGraph();

View File

@ -29,7 +29,7 @@
#include "gtest/gtest.h"
TEST(AddN, shape_2_2_int32) {
TEST(AddN, DISABLED_shape_2_2_int32) {
auto ctx = tim::vx::Context::Create();
auto graph = ctx->CreateGraph();