diff options
author | Shilpa Jagannath <smanjara@redhat.com> | 2024-10-23 20:27:08 +0200 |
---|---|---|
committer | Shilpa Jagannath <smanjara@redhat.com> | 2024-12-03 00:41:04 +0100 |
commit | 254dad29aa931ae6ebe586c61725855fcd194d54 (patch) | |
tree | 2add870942196727e74300bd1ccbe646f24f14b9 /qa | |
parent | Merge pull request #60906 from zdover23/wip-doc-2024-12-02-cephadm-services-m... (diff) | |
download | ceph-254dad29aa931ae6ebe586c61725855fcd194d54.tar.xz ceph-254dad29aa931ae6ebe586c61725855fcd194d54.zip |
qa/multisite: enable two zonegroup yaml
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Diffstat (limited to 'qa')
-rw-r--r-- | qa/suites/rgw/multisite/realms/two-zonegroup.yaml (renamed from qa/suites/rgw/multisite/realms/two-zonegroup.yaml.disabled) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/suites/rgw/multisite/realms/two-zonegroup.yaml.disabled b/qa/suites/rgw/multisite/realms/two-zonegroup.yaml index 5e4234236a9..ac2104cdd05 100644 --- a/qa/suites/rgw/multisite/realms/two-zonegroup.yaml.disabled +++ b/qa/suites/rgw/multisite/realms/two-zonegroup.yaml @@ -28,4 +28,4 @@ overrides: - name: b2 endpoints: [c2.client.1] rgw-multisite-tests: - args: [tests.py] + args: [tests.py, -a, '!fails_with_rgw'] |