Skip to content

Commit 3606ef7

Browse files
committed
fix: block hardhat test due to MN regression
Signed-off-by: Logan Nguyen <[email protected]>
1 parent 154e907 commit 3606ef7

File tree

1 file changed

+3
-1
lines changed
  • tools/hardhat-example/test

1 file changed

+3
-1
lines changed

tools/hardhat-example/test/rpc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ describe('RPC', function () {
3636
expect(res).to.be.equal('initial_msg');
3737
});
3838

39-
it('should NOT throw exception upon empty hex response (0x)', async function () {
39+
// block this due to a regression in MN -> will be fixed in [email protected]
40+
// TODO: unblock this after [email protected]
41+
xit('should NOT throw exception upon empty hex response (0x)', async function () {
4042
const provider = new hre.ethers.getDefaultProvider(process.env.RELAY_ENDPOINT);
4143
const result = await provider.call({
4244
to: '0x00000000000000000000000000000000002e7a5d', // random non-existed address

0 commit comments

Comments
 (0)