Skip to content

Commit

Permalink
feat(iota-e2e-tests): update ignored tests (#3902)
Browse files Browse the repository at this point in the history
Co-authored-by: Bing-Yang <[email protected]>
  • Loading branch information
Thoralf-M and bingyanglin authored Nov 6, 2024
1 parent ae841a6 commit 2c56429
Show file tree
Hide file tree
Showing 4 changed files with 1,721 additions and 266 deletions.
58 changes: 0 additions & 58 deletions crates/iota-e2e-tests/tests/readme.rs

This file was deleted.

7 changes: 3 additions & 4 deletions crates/iota-e2e-tests/tests/snapshot_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ async fn run_one(
Ok(test_output)
}

#[ignore]
#[sim_test]
async fn basic_read_cmd_snapshot_tests() -> Result<(), anyhow::Error> {
let mut test_cluster = TestClusterBuilder::new().build().await;
Expand All @@ -69,9 +68,9 @@ async fn basic_read_cmd_snapshot_tests() -> Result<(), anyhow::Error> {
// 0x3b5121a0603ef7ab4cb57827fceca17db3338ef2cd76126cc1523b681df27cee --bcs", // valid
// object BCS
"iota client object 0x0000000000000000000000000000000000000000000000000000000000000000", /* non-existent object */
"iota client tx-block Duwr9uSk9ZvAndEa8oDHunx345i6oyrp3e78MYHVAbYdv", // valid tx digest
"iota client tx-block EgMTHQygMi6SRsBqrPHAEKZCNrpShXurCp9rcb9qbSg8", /* non-existent tx
* digest */
"iota client tx-block 7aFwdWBnyDFsWo7mZ7hSTAdpCJhM4yjp8dAEk48SaUyh", // valid tx digest
"iota client tx-block EgMTHQygMi6SRsBqrPHAEKZCNrpShXurCp9rcb9qbSg8", /* non-existent tx
* digest */
];
assert_json_snapshot!(run_one(cmds, context).await?);
Ok(())
Expand Down

This file was deleted.

Loading

0 comments on commit 2c56429

Please sign in to comment.