[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
1 changed files with 2 additions and 1 deletions

View File

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