Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715559664
  • Loading branch information
niuchl authored and copybara-github committed Jan 14, 2025
1 parent 6b8e5de commit 7f37c5b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mediapipe/tasks/c/vision/face_stylizer/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ cc_test(
"//mediapipe/tasks/testdata/vision:test_models",
],
linkstatic = 1,
tags = [
"noasan", # TODO: Re-enable once the bug is fixed.
],
deps = [
":face_stylizer_lib",
"//mediapipe/framework/deps:file_path",
Expand Down
8 changes: 7 additions & 1 deletion mediapipe/tasks/python/test/vision/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,10 @@ py_test(
"//mediapipe/tasks/testdata/vision:test_images",
"//mediapipe/tasks/testdata/vision:test_models",
],
tags = ["not_run:arm"],
tags = [
"noasan", # TODO: Re-enable once the bug is fixed.
"not_run:arm",
],
deps = [
"//mediapipe/python:_framework_bindings",
"//mediapipe/tasks/python/components/containers:rect",
Expand All @@ -258,6 +261,9 @@ py_test(
"//mediapipe/tasks/testdata/vision:test_images",
"//mediapipe/tasks/testdata/vision:test_models",
],
tags = [
"noasan", # TODO: Re-enable once the bug is fixed.
],
deps = [
"//mediapipe/python:_framework_bindings",
"//mediapipe/tasks/python/components/containers:rect",
Expand Down

0 comments on commit 7f37c5b

Please sign in to comment.