aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-03-26 16:24:26 +0100
committerAlex Auvolat <alex@adnab.me>2024-03-26 16:24:26 +0100
commit73551e9a2dbbd7ff5e9ed0451af68d10617188d1 (patch)
treebb4edff763e4ec7c8cd6c521587527b90cdd6891 /src
parent80f81fa6f31c90d8fb904d0591f913d1c73437b5 (diff)
downloadgarage-73551e9a2dbbd7ff5e9ed0451af68d10617188d1.tar.gz
garage-73551e9a2dbbd7ff5e9ed0451af68d10617188d1.zip
[disable-k2v-test] disable the other k2v poll test
Diffstat (limited to 'src')
-rw-r--r--src/garage/tests/k2v/poll.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/garage/tests/k2v/poll.rs b/src/garage/tests/k2v/poll.rs
index f09c0877..7c06cea9 100644
--- a/src/garage/tests/k2v/poll.rs
+++ b/src/garage/tests/k2v/poll.rs
@@ -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");