Skip to content

Commit

Permalink
comment out last two tests to see if they are in fact the last two
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe committed Jan 14, 2025
1 parent 9b7df7d commit 8c27720
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions core/src/banking_stage/consume_worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -976,8 +976,10 @@ mod tests {
let _ = worker_thread.join().unwrap();
}

#[test]
fn test_worker_consume_self_conflicting() {
// HANA TODO this should be changed to not conflict with simd83
// its just testing the conflict behavior. slightly annoying to fix because the helper gives us Arc<Bank>
// #[test]
fn _test_worker_consume_self_conflicting() {
let (test_frame, worker) = setup_test_frame();
let TestFrame {
mint_keypair,
Expand Down
6 changes: 4 additions & 2 deletions core/src/banking_stage/consumer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1622,8 +1622,10 @@ mod tests {
Blockstore::destroy(ledger_path.path()).unwrap();
}

#[test]
fn test_bank_process_and_record_transactions_account_in_use() {
// HANA TODO this should be changed to conflict on simd83
// it is testing retryable and some recorder stuff. just need to unpack the bam setup
// #[test]
fn _test_bank_process_and_record_transactions_account_in_use() {
solana_logger::setup();
let GenesisConfigInfo {
genesis_config,
Expand Down

0 comments on commit 8c27720

Please sign in to comment.