Skip to content

Commit 97ff4a3

Browse files
committed
Remove flaky label from queue test suites
Tests that are flake by default do not increase confidence on any code base. Just test cases that have external dependencies should be marked as such. Some work has been done to make these test suites more resilient, but not all time-dependent issues are detected on our dev boxes. It is essential to obtain CI reports of such failures, so we can make the tests more robust and fix any hidden bug.
1 parent 168b031 commit 97ff4a3

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)