Temporarily ignore kvs::timestamp_to_versionstamp test (#2470)

This commit is contained in:
Tobie Morgan Hitchcock 2023-08-20 09:45:03 +01:00 committed by GitHub
parent f01da5f577
commit 83be65125b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
// We need to translate the timestamp to the versionstamp due to that; `now - 1h` to a key suffixed by the versionstamp.
#[tokio::test]
#[serial]
#[ignore]
async fn timestamp_to_versionstamp() {
// Create a new datastore
let ds = new_ds(Uuid::parse_str("A905CA25-56ED-49FB-B759-696AEA87C342").unwrap()).await;