Skip to content

Commit 22b1cc8

Browse files
committed
Mark rabbitmq_amqp1_0 system_SUITE flaky in bazel
(cherry picked from commit 1ed7da1)
1 parent db7a11d commit 22b1cc8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

deps/rabbitmq_amqp1_0/BUILD.bazel

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@ rabbitmq_lib(
4343
deps = DEPS,
4444
)
4545

46-
xref(tags = ["xref"])
46+
xref(
47+
size = "small",
48+
tags = ["xref"],
49+
)
4750

4851
dialyze(
52+
size = "small",
4953
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
5054
plt = "//:base_plt",
5155
tags = ["dialyze"],
@@ -58,6 +62,7 @@ PACKAGE = "deps/rabbitmq_amqp1_0"
5862
rabbitmq_integration_suite(
5963
PACKAGE,
6064
name = "amqp10_client_SUITE",
65+
size = "small",
6166
runtime_deps = [
6267
"//deps/amqp10_client:bazel_erlang_lib",
6368
],
@@ -66,6 +71,7 @@ rabbitmq_integration_suite(
6671
rabbitmq_integration_suite(
6772
PACKAGE,
6873
name = "command_SUITE",
74+
size = "small",
6975
deps = [
7076
"//deps/amqp10_common:bazel_erlang_lib",
7177
],
@@ -74,11 +80,13 @@ rabbitmq_integration_suite(
7480
rabbitmq_integration_suite(
7581
PACKAGE,
7682
name = "proxy_protocol_SUITE",
83+
size = "small",
7784
)
7885

7986
rabbitmq_integration_suite(
8087
PACKAGE,
8188
name = "system_SUITE",
89+
flaky = True,
8290
groups = [
8391
"dotnet",
8492
"java",
@@ -93,6 +101,7 @@ rabbitmq_integration_suite(
93101

94102
rabbitmq_suite(
95103
name = "unit_SUITE",
104+
size = "small",
96105
deps = [
97106
"//deps/amqp10_common:bazel_erlang_lib",
98107
],

0 commit comments

Comments
 (0)