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(
43
43
deps = DEPS ,
44
44
)
45
45
46
- xref (tags = ["xref" ])
46
+ xref (
47
+ size = "small" ,
48
+ tags = ["xref" ],
49
+ )
47
50
48
51
dialyze (
52
+ size = "small" ,
49
53
dialyzer_opts = RABBITMQ_DIALYZER_OPTS ,
50
54
plt = "//:base_plt" ,
51
55
tags = ["dialyze" ],
@@ -58,6 +62,7 @@ PACKAGE = "deps/rabbitmq_amqp1_0"
58
62
rabbitmq_integration_suite (
59
63
PACKAGE ,
60
64
name = "amqp10_client_SUITE" ,
65
+ size = "small" ,
61
66
runtime_deps = [
62
67
"//deps/amqp10_client:bazel_erlang_lib" ,
63
68
],
@@ -66,6 +71,7 @@ rabbitmq_integration_suite(
66
71
rabbitmq_integration_suite (
67
72
PACKAGE ,
68
73
name = "command_SUITE" ,
74
+ size = "small" ,
69
75
deps = [
70
76
"//deps/amqp10_common:bazel_erlang_lib" ,
71
77
],
@@ -74,11 +80,13 @@ rabbitmq_integration_suite(
74
80
rabbitmq_integration_suite (
75
81
PACKAGE ,
76
82
name = "proxy_protocol_SUITE" ,
83
+ size = "small" ,
77
84
)
78
85
79
86
rabbitmq_integration_suite (
80
87
PACKAGE ,
81
88
name = "system_SUITE" ,
89
+ flaky = True ,
82
90
groups = [
83
91
"dotnet" ,
84
92
"java" ,
@@ -93,6 +101,7 @@ rabbitmq_integration_suite(
93
101
94
102
rabbitmq_suite (
95
103
name = "unit_SUITE" ,
104
+ size = "small" ,
96
105
deps = [
97
106
"//deps/amqp10_common:bazel_erlang_lib" ,
98
107
],
You can’t perform that action at this time.
0 commit comments