File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
4851dialyze (
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"
5862rabbitmq_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(
6671rabbitmq_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(
7480rabbitmq_integration_suite (
7581 PACKAGE ,
7682 name = "proxy_protocol_SUITE" ,
83+ size = "small" ,
7784)
7885
7986rabbitmq_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
94102rabbitmq_suite (
95103 name = "unit_SUITE" ,
104+ size = "small" ,
96105 deps = [
97106 "//deps/amqp10_common:bazel_erlang_lib" ,
98107 ],
You can’t perform that action at this time.
0 commit comments