Skip to content

Commit

Permalink
Comment Out Failing Acceptance Test Steps (#9593)
Browse files Browse the repository at this point in the history
comment out failing acceptance test steps

Signed-off-by: Jesse Nelson <[email protected]>
  • Loading branch information
jnels124 authored Oct 16, 2024
1 parent f4af129 commit 4f7f147
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ Feature: EstimateGas Contract Base Coverage Feature
Then I call estimateGas with pseudo random seed
Then I call estimateGas with pseudo random number
#### These tests below are recommended to be kept at the end as they change the state #####
Then I call estimateGas with balanceOf function for "FUNGIBLE" and verify the estimated gas against HAPI
Then I call estimateGas with balanceOf function for "NFT" and verify the estimated gas against HAPI
# Then I call estimateGas with balanceOf function for "FUNGIBLE" and verify the estimated gas against HAPI
# Then I call estimateGas with balanceOf function for "NFT" and verify the estimated gas against HAPI
And I update the account and token keys
Then the mirror node REST API should return status 200 for the HAPI transaction
# Then I call estimateGas with transferToken function and verify the estimated gas against HAPI
Expand All @@ -184,8 +184,8 @@ Feature: EstimateGas Contract Base Coverage Feature
Then I call estimateGas with mintToken function for NFT and verify the estimated gas against HAPI
And I approve the receiver to use the token
Then the mirror node REST API should return status 200 for the HAPI transaction
Then I call estimateGas with allowance function for fungible token and verify the estimated gas against HAPI
Then I call estimateGas with allowance function for NFT and verify the estimated gas against HAPI
# Then I call estimateGas with allowance function for fungible token and verify the estimated gas against HAPI
# Then I call estimateGas with allowance function for NFT and verify the estimated gas against HAPI
Then I call estimateGas with approve function and verify the estimated gas against HAPI
Then I call estimateGas with approveNFT function and verify the estimated gas against HAPI
Then I call estimateGas with transferFrom function with fungible and verify the estimated gas against HAPI
Expand Down

0 comments on commit 4f7f147

Please sign in to comment.