[disable-k2v-test] disable tests::k2v::test_poll_item as it is not 100% reliable
ci/woodpecker/push/debug Pipeline was successful Details
ci/woodpecker/pr/debug Pipeline was successful Details

This commit is contained in:
Alex 2024-03-26 15:39:17 +01:00
parent e835196940
commit f267609343
Signed by: lx
GPG Key ID: 0E496D15096376BE
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");