Skip to content

Commit

Permalink
governance: Ignore test for changes in monorepo (#6000)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Dec 15, 2023
1 parent f055da9 commit 8e9dc13
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 8e9dc13

Please sign in to comment.