File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Thirdweb.Tests/Thirdweb.Utils Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -679,14 +679,14 @@ public async Task IsEip155Enforced_ReturnsFalse_WhenChainIs1()
679679 Assert . False ( isEip155Enforced ) ;
680680 }
681681
682- [ Fact ( Timeout = 120000 ) ]
683- public async Task IsEip155Enforced_ReturnsTrue_WhenChainIs842 ( )
684- {
685- var chainId = new BigInteger ( 842 ) ;
686- var isEip155Enforced = await Utils . IsEip155Enforced ( this . Client , chainId ) ;
687-
688- Assert . True ( isEip155Enforced ) ;
689- }
682+ // [Fact(Timeout = 120000)]
683+ // public async Task IsEip155Enforced_ReturnsTrue_WhenChainIs842()
684+ // {
685+ // var chainId = new BigInteger(842);
686+ // var isEip155Enforced = await Utils.IsEip155Enforced(this.Client, chainId);
687+
688+ // Assert.True(isEip155Enforced);
689+ // }
690690
691691 [ Fact ( Timeout = 120000 ) ]
692692 public void ReconstructHttpClient_WithHeaders ( )
You can’t perform that action at this time.
0 commit comments