@@ -540,6 +540,10 @@ tflm_cc_test(
540540 "//tensorflow/lite/micro:test_helpers" ,
541541 "//tensorflow/lite/micro/testing:micro_test" ,
542542 ],
543+ target_compatible_with = select ({
544+ "@bazel_tools//src/conditions:windows" : ["@platforms//:incompatible" ],
545+ "//conditions:default" : [],
546+ }),
543547)
544548
545549tflm_cc_test (
@@ -554,6 +558,10 @@ tflm_cc_test(
554558 "//tensorflow/lite/micro:test_helpers" ,
555559 "//tensorflow/lite/micro/testing:micro_test" ,
556560 ],
561+ target_compatible_with = select ({
562+ "@bazel_tools//src/conditions:windows" : ["@platforms//:incompatible" ],
563+ "//conditions:default" : [],
564+ }),
557565)
558566
559567tflm_cc_test (
@@ -908,6 +916,10 @@ tflm_cc_test(
908916 "//tensorflow/lite/micro:test_helpers" ,
909917 "//tensorflow/lite/micro/testing:micro_test" ,
910918 ],
919+ target_compatible_with = select ({
920+ "@bazel_tools//src/conditions:windows" : ["@platforms//:incompatible" ],
921+ "//conditions:default" : [],
922+ }),
911923)
912924
913925tflm_cc_test (
@@ -922,6 +934,10 @@ tflm_cc_test(
922934 "//tensorflow/lite/micro:test_helpers" ,
923935 "//tensorflow/lite/micro/testing:micro_test" ,
924936 ],
937+ target_compatible_with = select ({
938+ "@bazel_tools//src/conditions:windows" : ["@platforms//:incompatible" ],
939+ "//conditions:default" : [],
940+ }),
925941)
926942
927943tflm_cc_test (
@@ -1132,6 +1148,10 @@ tflm_cc_test(
11321148 "//tensorflow/lite/micro:debug_log" ,
11331149 "//tensorflow/lite/micro/testing:micro_test" ,
11341150 ],
1151+ target_compatible_with = select ({
1152+ "@bazel_tools//src/conditions:windows" : ["@platforms//:incompatible" ],
1153+ "//conditions:default" : [],
1154+ }),
11351155)
11361156
11371157tflm_cc_test (
@@ -1586,6 +1606,10 @@ tflm_cc_test(
15861606 "//tensorflow/lite/micro:test_helpers" ,
15871607 "//tensorflow/lite/micro/testing:micro_test" ,
15881608 ],
1609+ target_compatible_with = select ({
1610+ "@bazel_tools//src/conditions:windows" : ["@platforms//:incompatible" ],
1611+ "//conditions:default" : [],
1612+ }),
15891613)
15901614
15911615tflm_cc_test (
0 commit comments