[disable-k2v-test] disable the other k2v poll test
This commit is contained in:
parent
80f81fa6f3
commit
73551e9a2d
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user