File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -104,4 +104,5 @@ sh_test(
104104 ":ipc_bridge_cpp" ,
105105 ":ipc_bridge_rs" ,
106106 ],
107+ tags = ["no-parallel-with-proxy-component-test" ],
107108)
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ cc_gtest_unit_test(
6161 "//score/mw/com/impl/bindings/lola/service_discovery/test:service_discovery_client_test_resources" ,
6262 "//score/mw/com/impl/configuration/test:configuration_store" ,
6363 ],
64+ tags = ["no-parallel-with-proxy-component-test" ],
6465)
6566
6667cc_unit_test_suites_for_host_and_qnx (
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ cc_test(
128128 features = COMPILER_WARNING_FEATURES + [
129129 "aborts_upon_exception" ,
130130 ],
131- tags = ["unit" ],
131+ tags = ["unit" , "no-parallel-with-proxy-component-test" ],
132132 visibility = [
133133 "//score/mw/com/impl/bindings/lola:__subpackages__" ,
134134 ],
@@ -151,7 +151,7 @@ cc_test(
151151 features = COMPILER_WARNING_FEATURES + [
152152 "aborts_upon_exception" ,
153153 ],
154- tags = ["unit" ],
154+ tags = ["unit" , "no-parallel-with-proxy-component-test" ],
155155 visibility = [
156156 "//score/mw/com/impl/bindings/lola:__subpackages__" ,
157157 ],
@@ -193,4 +193,5 @@ cc_test(
193193 "//score/mw/com/impl/configuration/test:configuration_store" ,
194194 "@googletest//:gtest_main" ,
195195 ],
196+ tags = ["no-parallel-with-proxy-component-test" ],
196197)
Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ cc_test(
644644 features = COMPILER_WARNING_FEATURES + [
645645 "aborts_upon_exception" ,
646646 ],
647- tags = ["unit" ],
647+ tags = ["unit" , "no-parallel-with-proxy-component-test" ],
648648 visibility = [
649649 "//score/mw/com/impl:__subpackages__" ,
650650 ],
You can’t perform that action at this time.
0 commit comments