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