Skip to content

Commit

Permalink
ignore some spl downstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Jun 21, 2024
1 parent 589b066 commit d326b9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/downstream-project-spl-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ sed -i 's/solana-geyser-plugin-interface/agave-geyser-plugin-interface/g' ./Carg
# should be removed when spl project upgrade to agave 2.0
sed -i '/^curve25519-dalek = "3/d' token/client/Cargo.toml
sed -i 's/ curve25519_dalek::scalar::Scalar\,/ spl_token_2022::solana_zk_token_sdk::curve25519_dalek::scalar::Scalar,/' token/client/src/proof_generation.rs

# ignore these tests temporarily. see: https://github.com/anza-xyz/agave/pull/1693#issuecomment-2182615788
sed -i '/async fn confidential_transfer(/i #[ignore]' token/cli/tests/command.rs
sed -i '/async fn confidential_transfer_transfer_with_fee_and_split_proof_context_in_parallel(/i #[ignore]' token/program-2022-test/tests/confidential_transfer.rs

0 comments on commit d326b9f

Please sign in to comment.