[disable-k2v-test] disable tests::k2v::test_poll_item as it is not 100% reliable #789

Merged
lx merged 1 commits from disable-k2v-test into main 2024-03-26 14:57:47 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ use crate::common;
use crate::json_body;
#[tokio::test]
#[ignore = "currently broken (works ~99% of the time)"]
async fn test_poll_item() {
let ctx = common::context();
let bucket = ctx.create_bucket("test-k2v-poll-item");