File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ 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 = ["exclusive" ],
6564)
6665
6766cc_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" , "exclusive" ],
131+ tags = ["unit" ],
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" , "exclusive" ],
154+ tags = ["unit" ],
155155 visibility = [
156156 "//score/mw/com/impl/bindings/lola:__subpackages__" ,
157157 ],
Original file line number Diff line number Diff line change @@ -644,7 +644,6 @@ cc_test(
644644 features = COMPILER_WARNING_FEATURES + [
645645 "aborts_upon_exception" ,
646646 ],
647- tags = ["unit" , "exclusive" ],
648647 visibility = [
649648 "//score/mw/com/impl:__subpackages__" ,
650649 ],
You can’t perform that action at this time.
0 commit comments