diff options
author | Matan Breizman <mbreizma@redhat.com> | 2023-05-03 12:38:55 +0200 |
---|---|---|
committer | Matan Breizman <mbreizma@redhat.com> | 2023-05-08 11:33:52 +0200 |
commit | 6895fb33e8308d8bfabe14d92e156b02044b9c8e (patch) | |
tree | 9d6b871154282fb087fe730a66852bd04eb07185 /src/test/cls_rbd | |
parent | Merge pull request #51322 from zdover23/wip-doc-2023-05-03-rados-operations-s... (diff) | |
download | ceph-6895fb33e8308d8bfabe14d92e156b02044b9c8e.tar.xz ceph-6895fb33e8308d8bfabe14d92e156b02044b9c8e.zip |
test/*rbd: Enable supported Crimson test
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
Diffstat (limited to 'src/test/cls_rbd')
-rw-r--r-- | src/test/cls_rbd/test_cls_rbd.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/cls_rbd/test_cls_rbd.cc b/src/test/cls_rbd/test_cls_rbd.cc index da683e77dfd..4d6f9bd89b0 100644 --- a/src/test/cls_rbd/test_cls_rbd.cc +++ b/src/test/cls_rbd/test_cls_rbd.cc @@ -20,7 +20,6 @@ #include "gtest/gtest.h" #include "test/librados/test_cxx.h" -#include "test/librados/crimson_utils.h" #include <errno.h> #include <string> @@ -1798,7 +1797,6 @@ TEST_F(TestClsRbd, mirror_image) { } TEST_F(TestClsRbd, mirror_image_status) { - SKIP_IF_CRIMSON(); struct WatchCtx : public librados::WatchCtx2 { librados::IoCtx *m_ioctx; |