File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
migrator/checks/sketchpad/src
node/checks/movement-mainnet/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pub mod test {
15
15
// use a scope to ensure everything is dropped
16
16
{
17
17
// Form the migrator.
18
- let mut movement_migrator = MovementMigrator :: try_debug_home ( ) ?;
18
+ let mut movement_migrator = MovementMigrator :: try_temp ( ) ?;
19
19
movement_migrator. set_overlays ( Overlays :: default ( ) ) ;
20
20
21
21
// Start the migrator so that it's running in the background.
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ pub mod test {
14
14
use sysinfo:: Disks ;
15
15
use tracing:: info;
16
16
17
+ #[ ignore] // ignore this to save some time on CI, this should mainly be manually run for now.
17
18
#[ tokio:: test]
18
19
#[ tracing_test:: traced_test]
19
20
async fn test_global_storage_includes_null ( ) -> Result < ( ) , anyhow:: Error > {
You can’t perform that action at this time.
0 commit comments