diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 16:32:00 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 16:33:25 -0800 |
commit | 88343cad1aba370d4dc8a8313175ba07de0d7a06 (patch) | |
tree | 1054f0e27a390e9756e1ac48e97ee2b979dd2410 /rust/tests/test_old_python_tests.rs | |
parent | 16f2e78298dbd2231f5f337ea17c89a6a131a052 (diff) | |
download | fatcat-88343cad1aba370d4dc8a8313175ba07de0d7a06.tar.gz fatcat-88343cad1aba370d4dc8a8313175ba07de0d7a06.zip |
squelch more test warnings
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); |