Skip to content

Commit 878af4a

Browse files
committed
Merge branch 'l-monninger/accounts-citerion-redux' of https://github.com/movementlabsxyz/movement-migration into l-monninger/account-balances-redux
2 parents b2f67ef + 74b7621 commit 878af4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

checks/migrator/checks/sketchpad/src/accounts_equal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub mod test {
1515
// use a scope to ensure everything is dropped
1616
{
1717
// Form the migrator.
18-
let mut movement_migrator = MovementMigrator::try_debug_home()?;
18+
let mut movement_migrator = MovementMigrator::try_temp()?;
1919
movement_migrator.set_overlays(Overlays::default());
2020

2121
// Start the migrator so that it's running in the background.

checks/node/checks/movement-mainnet/src/global_storage_includes.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pub mod test {
1414
use sysinfo::Disks;
1515
use tracing::info;
1616

17+
#[ignore] // ignore this to save some time on CI, this should mainly be manually run for now.
1718
#[tokio::test]
1819
#[tracing_test::traced_test]
1920
async fn test_global_storage_includes_null() -> Result<(), anyhow::Error> {

0 commit comments

Comments
 (0)