Skip to content

Commit

Permalink
ignore vbridge tests
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp committed May 1, 2024
1 parent b163db9 commit 379b5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions evm-test-utils/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ mod tests {
};

#[tokio::test]
#[ignore = ""]
async fn test_vanchor_deposit() {
// Get fixtures
let fixture_path = get_git_root_path().join("solidity-fixtures");
Expand Down
1 change: 1 addition & 0 deletions evm-test-utils/src/v_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ mod tests {

use super::*;
#[tokio::test]
#[ignore = ""]
async fn test_deploy_all_contracts() {
let token_config = TokenConfig::default();
let hermes_chain =
Expand Down

0 comments on commit 379b5bb

Please sign in to comment.