Skip to content

Commit

Permalink
Experimental: remove flaky label in some tests suites
Browse files Browse the repository at this point in the history
(cherry picked from commit 323450f)

# Conflicts:
#	deps/rabbit/BUILD.bazel
  • Loading branch information
dcorbacho authored and mergify[bot] committed Sep 26, 2023
1 parent 24e2129 commit 3774411
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deps/rabbit/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ rabbitmq_integration_suite(
additional_beam = [
":test_clustering_utils_beam",
],
flaky = True,
shard_count = 18,
sharding_method = "case",
)
Expand Down Expand Up @@ -414,7 +413,6 @@ rabbitmq_integration_suite(
additional_beam = [
":test_quorum_queue_utils_beam",
],
flaky = True,
deps = [
"@proper//:erlang_app",
],
Expand Down Expand Up @@ -549,8 +547,12 @@ rabbitmq_suite(

rabbitmq_integration_suite(
name = "peer_discovery_classic_config_SUITE",
<<<<<<< HEAD
size = "medium",
flaky = True,
=======
size = "large",
>>>>>>> 323450f5a7 (Experimental: remove flaky label in some tests suites)
)

rabbitmq_integration_suite(
Expand Down

0 comments on commit 3774411

Please sign in to comment.