Skip to content

Commit 1ed7da1

Browse files
committed
Mark rabbitmq_amqp1_0 system_SUITE flaky in bazel
1 parent 453e1cb commit 1ed7da1

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
@@ -42,9 +42,13 @@ rabbitmq_lib(
4242
deps = DEPS,
4343
)
4444

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

4750
dialyze(
51+
size = "small",
4852
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
4953
plt = "//:base_plt",
5054
tags = ["dialyze"],
@@ -57,6 +61,7 @@ PACKAGE = "deps/rabbitmq_amqp1_0"
5761
rabbitmq_integration_suite(
5862
PACKAGE,
5963
name = "amqp10_client_SUITE",
64+
size = "small",
6065
runtime_deps = [
6166
"//deps/amqp10_client:bazel_erlang_lib",
6267
],
@@ -65,6 +70,7 @@ rabbitmq_integration_suite(
6570
rabbitmq_integration_suite(
6671
PACKAGE,
6772
name = "command_SUITE",
73+
size = "small",
6874
deps = [
6975
"//deps/amqp10_common:bazel_erlang_lib",
7076
],
@@ -73,11 +79,13 @@ rabbitmq_integration_suite(
7379
rabbitmq_integration_suite(
7480
PACKAGE,
7581
name = "proxy_protocol_SUITE",
82+
size = "small",
7683
)
7784

7885
rabbitmq_integration_suite(
7986
PACKAGE,
8087
name = "system_SUITE",
88+
flaky = True,
8189
groups = [
8290
"dotnet",
8391
"java",
@@ -92,6 +100,7 @@ rabbitmq_integration_suite(
92100

93101
rabbitmq_suite(
94102
name = "unit_SUITE",
103+
size = "small",
95104
deps = [
96105
"//deps/amqp10_common:bazel_erlang_lib",
97106
],

0 commit comments

Comments
 (0)