Skip to content

Commit c476fb1

Browse files
ecalubaquibcopybara-github
authored andcommitted
remove excluded test from LiteRT test ci and use --repo_env=USE_PYWRAP_RULES=1
PiperOrigin-RevId: 758995263
1 parent f79c7ee commit c476fb1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tflite/testing/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,8 @@ edgetpu_ops = [
760760
"transpose_conv",
761761
]
762762

763+
# THIS IS A TEST
764+
763765
# copybara:uncomment_begin(google-only)
764766
# [gen_zipped_test_file(
765767
# name = "zip_%s_edgetpu" % op_name,

tflite/testing/string_util_wrapper.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
See the License for the specific language governing permissions and
1313
limitations under the License.
1414
==============================================================================*/
15-
15+
/* THIS IS A TEST COMMENT*/
1616
#include "pybind11/pybind11.h" // from @pybind11
1717
#include "pybind11/pytypes.h" // from @pybind11
1818
#include "tflite/python/interpreter_wrapper/numpy.h"

0 commit comments

Comments
 (0)