diff --git a/src/test_helpers.rs b/src/test_helpers.rs index 493cd72..e64fc79 100644 --- a/src/test_helpers.rs +++ b/src/test_helpers.rs @@ -462,7 +462,7 @@ pub fn print_state(app: &mut CyberApp, cn_addr: &Addr) { file.write(data.as_bytes()).unwrap(); } -#[test] +// #[test] fn test_instantiate() { let mut app = mock_app(&[coin(42000000000 as u128, "boot".to_string())]);