Skip to content

Commit d2e7de9

Browse files
committed
revert running some tests exclusively
1 parent 2d63c03 commit d2e7de9

File tree

3 files changed

+2
-4
lines changed
  • score/mw/com/impl

3 files changed

+2
-4
lines changed

score/mw/com/impl/bindings/lola/service_discovery/client/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6766
cc_unit_test_suites_for_host_and_qnx(

score/mw/com/impl/bindings/lola/test/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
],

score/mw/com/impl/plumbing/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)