@@ -26,6 +26,7 @@ BUILD_FLAGS=(
|
26 | 26 | "--config=disable_tf_lite_py"
|
27 | 27 | "--test_lang_filters=${TEST_LANG_FILTERS}"
|
28 | 28 | "--keep_going"
|
| 29 | +"--repo_env=USE_PYWRAP_RULES=True" |
29 | 30 | )
|
30 | 31 |
|
31 | 32 | # Add Bazel --config flags based on kokoro injected env ie. --config=public_cache
|
@@ -71,20 +72,11 @@ EXCLUDED_TARGETS=(
|
71 | 72 | "-//tflite/java/..."
|
72 | 73 | "-//tflite/tools/benchmark/experimental/..."
|
73 | 74 | "-//tflite/delegates/gpu/..."
|
74 |
| -# TODO: (b/410925271) - Remove once the test is fixed. |
75 |
| -"-//tflite/core/experimental/acceleration/mini_benchmark/c:c_api_test" |
76 |
| -"-//tflite/experimental/acceleration/..." |
77 |
| -"-//tflite/python:analyzer_test" |
78 |
| -"-//tflite/python:convert_saved_model_test" |
79 |
| -"-//tflite/python:convert_test" |
80 |
| -"-//tflite/python:test_util_test" |
81 |
| -"-//tflite/python/metrics:metrics_test" |
82 |
| -"-//tflite/toco/logging:gen_html_test" |
83 |
| -"-//tflite/tools:flatbuffer_utils_test" |
84 |
| -"-//tflite/tools:visualize_test" |
| 75 | +# TODO: (b/410925271) - Targets not migrated to pywrap_rules yet |
85 | 76 | "-//tflite/tools/optimize/python:modify_model_interface_lib_test"
|
86 |
| -"-//tflite/python/kernel_tests/signal:window_ops_test_cpu" |
| 77 | +"-//tflite/core/experimental/acceleration/mini_benchmark/c:c_api_test" |
87 | 78 | "-//tflite/testing/..."
|
| 79 | +"-//tflite/toco/..." |
88 | 80 | )
|
89 | 81 |
|
90 | 82 | LITERT_EXCLUDED_TARGETS=(
|
|
0 commit comments