Skip to content

Commit 8bdabb0

Browse files
committed
test: skip experimental networks tests in IExecConfig
1 parent 6a6b8d5 commit 8bdabb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lib/e2e/IExecConfig.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ describe('[IExecConfig]', () => {
421421
network.getPlugin('org.ethers.plugins.network.Ens').address,
422422
).toBe('0x5f5B93fca68c9C79318d1F3868A354EE67D8c006');
423423
});
424-
describe('allowExperimentalNetworks', () => {
424+
describe.skip('allowExperimentalNetworks', () => {
425425
const experimentalNetworkRpcUrl = getChainDefaults(421614, {
426426
allowExperimentalNetworks: true,
427427
}).host;
@@ -526,7 +526,7 @@ describe('[IExecConfig]', () => {
526526
network.getPlugin('org.ethers.plugins.network.Ens').address,
527527
).toBe(iexecTestChain.defaults.ensRegistryAddress);
528528
});
529-
describe('allowExperimentalNetworks', () => {
529+
describe.skip('allowExperimentalNetworks', () => {
530530
const experimentalNetworkRpcUrl = getChainDefaults(421614, {
531531
allowExperimentalNetworks: true,
532532
}).host;

0 commit comments

Comments
 (0)