Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8e9dc13

Browse files
authored
governance: Ignore test for changes in monorepo (#6000)
1 parent f055da9 commit 8e9dc13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

governance/program/tests/process_execute_transaction.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,11 @@ async fn test_execute_transfer_transaction() {
224224
assert_eq!(15, instruction_token_account.amount);
225225
}
226226

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

0 commit comments

Comments
 (0)