Skip to content

Commit

Permalink
Comment out the monero related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 committed Dec 19, 2023
1 parent f381f9b commit 1c90acd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ clean-spawn-tests:
install-all: \
install-ckb-tools \
install-litecoin-tools \
install-monero-tools \
install-solana-tools \
install-cardano-tools

# install-monero-tools

install-ckb-tools: \
bin \
install-ckb-debugger \
Expand Down Expand Up @@ -144,12 +145,12 @@ install-litecoin-tools:
rm -rf litecoin*
bin/litecoin-cli --version

install-monero-tools:
wget -nv $(monero_tools_url)
tar xvf `basename -- $(monero_tools_url)`
cp -r monero-*/* bin
rm -rf monero-* bin/ANONYMITY_NETWORKS.md bin/README.md bin/LICENSE
bin/monero-wallet-cli --version
# install-monero-tools:
# wget -nv $(monero_tools_url)
# tar xvf `basename -- $(monero_tools_url)`
# cp -r monero-*/* bin
# rm -rf monero-* bin/ANONYMITY_NETWORKS.md bin/README.md bin/LICENSE
# bin/monero-wallet-cli --version

install-solana-tools:
wget -nv $(solana_tools_url)
Expand Down
2 changes: 1 addition & 1 deletion tests/auth-c-tests/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ fn litecoin_verify_official() {
unit_test_common_official(AuthAlgorithmIdType::Litecoin);
}

#[test]
// #[test]
fn monero_verify() {
unit_test_common(AuthAlgorithmIdType::Monero);
}
Expand Down

0 comments on commit 1c90acd

Please sign in to comment.