From 4d627e6fc4c32c2db9a1a89ba63da652792a9b6e Mon Sep 17 00:00:00 2001 From: Nikola Matic Date: Fri, 16 Dec 2022 14:49:01 +0100 Subject: [PATCH] fixup! External tests maintenance --- test/externalTests/ens.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/externalTests/ens.sh b/test/externalTests/ens.sh index 123308538..77395160d 100755 --- a/test/externalTests/ens.sh +++ b/test/externalTests/ens.sh @@ -71,7 +71,6 @@ function ens_test # In some cases Hardhat does not detect revert reasons properly via IR. # TODO: Remove this when https://github.com/NomicFoundation/hardhat/issues/3365 gets fixed. sed -i "s|it\(('Does not allow wrapping a name you do not own',\)|it.skip\1|g" test/wrapper/NameWrapper.js - # TODO: Remove this when https://github.com/NomicFoundation/hardhat/issues/3365 gets fixed. sed -i "s|it\(('can set fuses and then burn ability to burn fuses',\)|it.skip\1|g" test/wrapper/NameWrapper.js sed -i "s|it\(('can set fuses and burn canSetResolver and canSetTTL',\)|it.skip\1|g" test/wrapper/NameWrapper.js sed -i "s|it\(('Cannot be called if CANNOT_TRANSFER is burned\.',\)|it.skip\1|g" test/wrapper/NameWrapper.js