Temporarily disable a failing test.

PiperOrigin-RevId: 346664764
Change-Id: I8ed6bb736e15a52cfa9dc7cbd3456fffe65ef3d4
This commit is contained in:
Jeremy Lau 2020-12-09 16:38:53 -08:00 committed by TensorFlower Gardener
parent 34b49bb5b9
commit 01caefefc0

View File

@ -682,6 +682,7 @@ tflite_micro_cc_test(
srcs = [
"pad_test.cc",
],
tags = ["nomsan"], # b/175133159
deps = [
":kernel_runner",
"//tensorflow/lite/c:common",