|
@@ -61,7 +61,7 @@ function shouldSupportInterfaces (interfaces = []) {
|
|
|
const interfaceId = INTERFACE_IDS[k];
|
|
|
describe(k, function () {
|
|
|
describe('ERC165\'s supportsInterface(bytes4)', function () {
|
|
|
- it('uses less than 30k gas', async function () {
|
|
|
+ it('uses less than 30k gas [skip-on-coverage]', async function () {
|
|
|
expect(await this.contractUnderTest.supportsInterface.estimateGas(interfaceId)).to.be.lte(30000);
|
|
|
});
|
|
|
|