Merge pull request '[disable-k2v-test] disable tests::k2v::test_poll_item as it is not 100% reliable' (#789) from disable-k2v-test into main
ci/woodpecker/push/debug Pipeline was successful Details

Reviewed-on: #789
This commit is contained in:
Alex 2024-03-26 14:57:46 +00:00
commit 80f81fa6f3
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");