Skip to content

Commit

Permalink
Disable failing acceptance tests (0.98) (#7730)
Browse files Browse the repository at this point in the history
Disable failing acceptance tests (#7728)

Signed-off-by: Yordan Iliev <[email protected]>
Signed-off-by: Steven Sheehy <[email protected]>
Co-authored-by: Yordan Iliev <[email protected]>
  • Loading branch information
steven-sheehy and yiliev0 authored Feb 12, 2024
1 parent c732a5b commit 796b913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Feature: EstimateGas Contract Base Coverage Feature
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
# Then I call estimateGas with transferToken function and verify the estimated gas against HAPI
And I associate the contract with the receiver account
Then the mirror node REST API should return status 200 for the HAPI transaction
Then I call estimateGas with transferNFT function and verify the estimated gas against HAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ Feature: Historical Feature
Then I verify historical data for "NFTHISTORICAL" is returned for isKyc
Then I update the token and account keys for "FUNGIBLEHISTORICAL"
Then I update the token and account keys for "NFTHISTORICAL"
Then I verify historical data for "FUNGIBLEHISTORICAL" is returned for getTokenKey
Then I verify historical data for "NFTHISTORICAL" is returned for getTokenKey
# Then I verify historical data for "FUNGIBLEHISTORICAL" is returned for getTokenKey
# Then I verify historical data for "NFTHISTORICAL" is returned for getTokenKey

0 comments on commit 796b913

Please sign in to comment.