]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/librados: use GTEST_SKIP() to skip test
authorKefu Chai <kchai@redhat.com>
Wed, 22 Jan 2020 02:49:00 +0000 (10:49 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 22 Jan 2020 02:52:47 +0000 (10:52 +0800)
commita135bf81b156f77299e9683d4c1b88a3fa8eee8e
treeea38b76135686a2b7b2838e507cc8e642ec53454
parent2cc286075f753a9ba48dc7223a3eacd3b1a79744
test/librados: use GTEST_SKIP() to skip test

the output would look like

```
[  SKIPPED ] SkipTest.DoesSkip (0 ms)
```

easier for tester/developer to review the test result.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/librados/tier_cxx.cc