]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/objectstore: use GTEST_SKIP for smr
authorLaura Flores <lflores@redhat.com>
Tue, 24 May 2022 17:19:28 +0000 (17:19 +0000)
committerLaura Flores <lflores@redhat.com>
Fri, 27 May 2022 18:36:18 +0000 (13:36 -0500)
commit162e9adda610b3badb3da72b4fb7567e7426c7fb
tree6fc2c8be5e7e36435417050aaeff08cf05b1927f
parent4a8180952c292aa2f8ee656685fcdddc3f0f0a4f
test/objectstore: use GTEST_SKIP for smr

If certain tests are smr=true, the test
will be skipped with GTEST_SKIP instead of
the original return message.

Signed-off-by: Laura Flores <lflores@redhat.com>
src/test/objectstore/store_test.cc