Skip to content

Commit

Permalink
Comment unstable tests
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
  • Loading branch information
tinker-michaelj committed Nov 21, 2023
1 parent b6bfd63 commit 6bbcf2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ ERC_721_CONTRACT, OWNER_OF, asHeadlongAddress(tokenAddr.get()), BigInteger.ONE)
.gas(GAS_TO_OFFER)));
}

@HapiTest
// Expects revert
private HapiSpec getErc721TokenURIFromErc20TokenFails() {
final var invalidTokenURITxn = "tokenURITxnFromErc20";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public List<HapiSpec> getSpecsInSuite() {
return List.of(addressAliasIdFuzzing(), transferToKeyFuzzing());
}

@HapiTest
// FileUpdate resolves to UNKNOWN
private HapiSpec addressAliasIdFuzzing() {
final Map<String, String> existingProps = new LinkedHashMap<>();
return propertyPreservingHapiSpec("AddressAliasIdFuzzing")
Expand Down

0 comments on commit 6bbcf2b

Please sign in to comment.