diff --git a/mediapipe/calculators/image/BUILD b/mediapipe/calculators/image/BUILD index 6de54189f..20e5ebda4 100644 --- a/mediapipe/calculators/image/BUILD +++ b/mediapipe/calculators/image/BUILD @@ -317,6 +317,7 @@ cc_library( cc_test( name = "image_cropping_calculator_test", srcs = ["image_cropping_calculator_test.cc"], + tags = ["not_run:arm"], deps = [ ":image_cropping_calculator", ":image_cropping_calculator_cc_proto", @@ -650,6 +651,7 @@ cc_library( cc_test( name = "segmentation_smoothing_calculator_test", srcs = ["segmentation_smoothing_calculator_test.cc"], + tags = ["not_run:arm"], deps = [ ":image_clone_calculator", ":image_clone_calculator_cc_proto", @@ -771,7 +773,10 @@ cc_test( "//mediapipe/calculators/tensor:testdata/image_to_tensor/medium_sub_rect_with_rotation_border_zero_interp_cubic.png", "//mediapipe/calculators/tensor:testdata/image_to_tensor/noop_except_range.png", ], - tags = ["desktop_only_test"], + tags = [ + "desktop_only_test", + "not_run:arm", + ], deps = [ ":affine_transformation", ":image_transformation_calculator", diff --git a/mediapipe/calculators/tensor/BUILD b/mediapipe/calculators/tensor/BUILD index 5d52dda0f..4893b3b79 100644 --- a/mediapipe/calculators/tensor/BUILD +++ b/mediapipe/calculators/tensor/BUILD @@ -1052,6 +1052,7 @@ cc_test( "testdata/image_to_tensor/medium_sub_rect_with_rotation_border_zero.png", "testdata/image_to_tensor/noop_except_range.png", ], + tags = ["not_run:arm"], deps = [ ":image_to_tensor_calculator", ":image_to_tensor_converter", diff --git a/mediapipe/framework/BUILD b/mediapipe/framework/BUILD index 126261c90..8224b73fc 100644 --- a/mediapipe/framework/BUILD +++ b/mediapipe/framework/BUILD @@ -1405,6 +1405,7 @@ cc_test( "calculator_graph_test.cc", ], linkstatic = 1, + tags = ["not_run:arm"], visibility = ["//visibility:public"], deps = [ ":calculator_framework", diff --git a/mediapipe/framework/formats/BUILD b/mediapipe/framework/formats/BUILD index 496094c5f..b23209f7d 100644 --- a/mediapipe/framework/formats/BUILD +++ b/mediapipe/framework/formats/BUILD @@ -481,6 +481,7 @@ cc_library( cc_test( name = "tensor_test", srcs = ["tensor_test.cc"], + tags = ["not_run:arm"], deps = [ ":tensor", "//mediapipe/framework/port:gtest_main",