Skip to content

Commit 3184821

Browse files
Merge pull request #8825 from rabbitmq/remove-flaky-labels
Remove flaky label from queue test suites
2 parents a9eb8b5 + 97ff4a3 commit 3184821

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
@@ -589,7 +589,6 @@ rabbitmq_integration_suite(
589589
rabbitmq_integration_suite(
590590
name = "per_vhost_connection_limit_SUITE",
591591
size = "medium",
592-
flaky = True,
593592
)
594593

595594
rabbitmq_integration_suite(
@@ -652,7 +651,6 @@ rabbitmq_integration_suite(
652651
additional_beam = [
653652
":test_quorum_queue_utils_beam",
654653
],
655-
flaky = True,
656654
shard_count = 6,
657655
)
658656

@@ -667,7 +665,6 @@ rabbitmq_integration_suite(
667665
additional_beam = [
668666
":test_quorum_queue_utils_beam",
669667
],
670-
flaky = True,
671668
shard_count = 6,
672669
)
673670

@@ -794,7 +791,6 @@ rabbitmq_integration_suite(
794791
additional_beam = [
795792
":test_quorum_queue_utils_beam",
796793
],
797-
flaky = True,
798794
shard_count = 12,
799795
deps = [
800796
"@proper//:erlang_app",

0 commit comments

Comments
 (0)