diff --git a/tensorflow/lite/python/BUILD b/tensorflow/lite/python/BUILD index c1f37c81b7f..d25e7d5ef8d 100644 --- a/tensorflow/lite/python/BUILD +++ b/tensorflow/lite/python/BUILD @@ -40,7 +40,6 @@ py_test( "no_windows", "noasan", # TODO(b/137568139): enable after this is fixed. "nomsan", # TODO(b/137568139): enable after this is fixed. - "notsan", # TODO(b/149882556): enable after this is fixed. ], deps = [ ":interpreter",