Skip to content

Commit 7004edc

Browse files
committed
tests: disable session tests (for now)
1 parent 21f2f02 commit 7004edc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tests/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ mod permitting;
3939
mod reading;
4040
mod revoke;
4141
mod search;
42-
mod session;
42+
// FIXME(#39): These tests fail when run in the same process. Something should be done about this.
43+
// mod session;
4344
mod timeout;
4445
mod unlink;
4546
mod update;

0 commit comments

Comments
 (0)