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
All checks were successful
ci/woodpecker/push/debug Pipeline was successful

Reviewed-on: #789
This commit is contained in:
Alex 2024-03-26 14:57:46 +00:00
commit 80f81fa6f3

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");