Disable more K2V tests #791

Merged
lx merged 2 commits from disable-k2v-test into main 2024-03-26 15:33:47 +00:00
Showing only changes of commit 73551e9a2d - Show all commits

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