forked from Deuxfleurs/garage
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
Reviewed-on: Deuxfleurs/garage#789
This commit is contained in:
commit
80f81fa6f3
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue