Enable MacOS and Windows tests which use the python flatbuffer library.

PiperOrigin-RevId: 352930704
Change-Id: I1ed53cf24bc2e45c9af8310da1fbeb50b4e7933e
This commit is contained in:
Meghna Natraj 2021-01-20 20:10:41 -08:00 committed by TensorFlower Gardener
parent 5642c34f2e
commit 5b8ebdd51c
3 changed files with 0 additions and 13 deletions

View File

@ -39,8 +39,6 @@ py_test(
python_version = "PY3",
srcs_version = "PY3",
tags = [
"no_mac", # TODO(b/148247402): flatbuffers import broken on Mac OS.
"no_windows",
"noasan", # TODO(b/137568139): enable after this is fixed.
"nomsan", # TODO(b/137568139): enable after this is fixed.
],
@ -217,7 +215,6 @@ py_test(
shard_count = 12,
srcs_version = "PY3",
tags = [
"no_mac", # TODO(b/148247402): flatbuffers import broken on Mac OS.
"no_windows",
],
deps = [
@ -293,7 +290,6 @@ py_test(
python_version = "PY3",
srcs_version = "PY3",
tags = [
"no_mac", # TODO(b/148247402): flatbuffers import broken on Mac OS.
"no_windows",
],
deps = [

View File

@ -29,9 +29,6 @@ py_test(
srcs = ["visualize_test.py"],
python_version = "PY3",
srcs_version = "PY3",
tags = [
"no_mac", # TODO(b/148247402): flatbuffers import broken on Mac OS.
],
deps = [
":test_utils",
":visualize",
@ -124,9 +121,6 @@ py_test(
srcs = ["flatbuffer_utils_test.py"],
python_version = "PY3",
srcs_version = "PY3",
tags = [
"no_mac", # TODO(b/148247402): flatbuffers import broken on Mac OS.
],
deps = [
":flatbuffer_utils",
":test_utils",

View File

@ -37,9 +37,6 @@ py_test(
srcs = ["modify_model_interface_lib_test.py"],
python_version = "PY3",
srcs_version = "PY3",
tags = [
"no_mac", # TODO(b/148247402): flatbuffers import broken on Mac OS.
],
deps = [
":modify_model_interface_lib",
"//tensorflow:tensorflow_py",