File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments