Skip to content

Commit 2b3f03b

Browse files
Merge pull request #8828 from rabbitmq/mergify/bp/v3.12.x/pr-8825
Remove flaky label from queue test suites (backport #8825)
2 parents d16d296 + 0f2b171 commit 2b3f03b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ rabbitmq_integration_suite(
579579
rabbitmq_integration_suite(
580580
name = "per_vhost_connection_limit_SUITE",
581581
size = "medium",
582-
flaky = True,
583582
)
584583

585584
rabbitmq_integration_suite(
@@ -642,7 +641,6 @@ rabbitmq_integration_suite(
642641
additional_beam = [
643642
":test_quorum_queue_utils_beam",
644643
],
645-
flaky = True,
646644
shard_count = 6,
647645
)
648646

@@ -657,7 +655,6 @@ rabbitmq_integration_suite(
657655
additional_beam = [
658656
":test_quorum_queue_utils_beam",
659657
],
660-
flaky = True,
661658
shard_count = 6,
662659
)
663660

@@ -784,7 +781,6 @@ rabbitmq_integration_suite(
784781
additional_beam = [
785782
":test_quorum_queue_utils_beam",
786783
],
787-
flaky = True,
788784
shard_count = 12,
789785
deps = [
790786
"@proper//:erlang_app",

0 commit comments

Comments
 (0)