diff options
| author | Philip Kuryloski <kuryloskip@vmware.com> | 2021-03-31 19:09:46 +0200 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2021-04-08 12:02:52 +0300 |
| commit | 3cc571cf262169c56193bf0d39d5b2b2eaf42226 (patch) | |
| tree | 2df75c3989d65cc3eb75e13657989bb12be5dc62 | |
| parent | e88f6f8aa0dea93fd01d7b2191dfe6b9d258ce77 (diff) | |
| download | rabbitmq-server-git-3cc571cf262169c56193bf0d39d5b2b2eaf42226.tar.gz | |
Mark the eager_sync_SUITE/eager_sync test case as flaky
| -rw-r--r-- | deps/rabbit/BUILD.bazel | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/rabbit/BUILD.bazel b/deps/rabbit/BUILD.bazel index 312815febe..05b7182287 100644 --- a/deps/rabbit/BUILD.bazel +++ b/deps/rabbit/BUILD.bazel @@ -414,16 +414,17 @@ rabbitmq_integration_suite( additional_beam = [ ":sync_detection_SUITE_beam_files", ], - suite_name = "eager_sync_SUITE", groups = { "non_parallel_tests": [ - "eager_sync", + {"case": "eager_sync", "flaky": True}, "eager_sync_cancel", "eager_sync_auto", "eager_sync_auto_on_policy_change", "eager_sync_requeue", ], }, + suite_name = "eager_sync_SUITE", + tags = ["classic-queue"], deps = DEPS, ) |
