diff options
Diffstat (limited to 'rust/tests/test_old_python_tests.rs')
-rw-r--r-- | rust/tests/test_old_python_tests.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/tests/test_old_python_tests.rs b/rust/tests/test_old_python_tests.rs index 4fc1ffaf..0401f699 100644 --- a/rust/tests/test_old_python_tests.rs +++ b/rust/tests/test_old_python_tests.rs @@ -15,7 +15,9 @@ use fatcat_api_spec::*; mod helpers; use helpers::setup_client; +// Disabled due to hang //#[test] +#[allow(dead_code)] fn test_api_rich_create() { let (client, context, mut server) = setup_client(); let client = client.with_context(context); @@ -191,6 +193,7 @@ fn test_api_rich_create() { * anyways. */ //#[test] +#[allow(dead_code)] fn test_merge_works() { let (client, context, mut server) = setup_client(); let client = client.with_context(context); |