Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions governance/program/tests/process_execute_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,11 @@ async fn test_execute_transfer_transaction() {
assert_eq!(15, instruction_token_account.amount);
}

// Ignored until program-test manages fork graphs correctly, see
// https://github.com/solana-labs/solana/pull/34407 for the failing downstream
// test
#[tokio::test]
#[ignore]
async fn test_execute_upgrade_program_transaction() {
// Arrange
let mut governance_test = GovernanceProgramTest::start_new().await;
Expand Down