mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
test/neorados/io: Crimson - Skip NeoRadosIo.Limits
See: https://tracker.ceph.com/issues/64040 Signed-off-by: Matan Breizman <mbreizma@redhat.com>
This commit is contained in:
parent
c843ea6167
commit
3a75a60aed
@ -45,6 +45,7 @@ using neorados::WriteOp;
|
||||
static constexpr auto oid = "oid"sv;
|
||||
|
||||
CORO_TEST_F(NeoRadosIo, Limits, NeoRadosTest) {
|
||||
SKIP_IF_CRIMSON(); // See: https://tracker.ceph.com/issues/64040
|
||||
co_await expect_error_code(
|
||||
execute(oid, WriteOp{}
|
||||
.write(std::numeric_limits<std::uint64_t>::max(), {})),
|
||||
|
Loading…
Reference in New Issue
Block a user