mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 13:53:03 +02:00
chore: Add reasons for test skips
This commit is contained in:
parent
dd22325ea2
commit
37248a4f68
1 changed files with 2 additions and 2 deletions
|
@ -326,7 +326,7 @@ fn ser_array() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
#[ignore = "arrayvec deserialization is not implemented (separators)"]
|
||||
fn de_array() {
|
||||
let a: u64 = 123_456;
|
||||
let b: u64 = 987_654;
|
||||
|
@ -358,7 +358,7 @@ fn de_array() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
#[ignore = "Nested sequences are not supported"]
|
||||
fn de_complex() {
|
||||
type Key<'a> = (&'a UserId, ArrayVec<u64, 2>, &'a RoomId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue