[disable-k2v-test] disable the other k2v poll test

This commit is contained in:
Alex 2024-03-26 16:24:26 +01:00
parent 80f81fa6f3
commit 73551e9a2d
Signed by: lx
GPG key ID: 0E496D15096376BE

View file

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