Add expected test removal remainder

This commit is contained in:
Ryo Onodera 2021-07-01 20:23:11 +09:00 committed by Michael Vines
parent 30a8fb86d0
commit bd3c93f086
1 changed files with 3 additions and 0 deletions

View File

@ -11769,6 +11769,7 @@ pub(crate) mod tests {
assert_eq!(sample_sysvar.lamports(), excess_lamports);
}
// this test can be removed after rent_for_sysvars activation on mainnet-beta
#[test]
fn test_no_deletion_due_to_rent_upon_rent_for_sysvar_activation() {
solana_logger::setup();
@ -11802,6 +11803,7 @@ pub(crate) mod tests {
assert_eq!(bank2.get_program_accounts(&sysvar::id()).unwrap().len(), 8);
}
// this test can be removed after rent_for_sysvars activation on mainnet-beta
#[test]
fn test_rent_for_sysvars_adjustment_minimum_genesis_set() {
solana_logger::setup();
@ -11873,6 +11875,7 @@ pub(crate) mod tests {
}
}
// this test can be removed after rent_for_sysvars activation on mainnet-beta
#[test]
fn test_rent_for_sysvars_adjustment_full_set() {
solana_logger::setup();