Skip does not need return
This commit is contained in:
parent
df2100bf49
commit
7a2c7651db
|
@ -85,7 +85,6 @@ func (s *TransactionsTestSuite) TestCallRPCSendTransactionUpstream() {
|
||||||
|
|
||||||
if GetNetworkID() == params.StatusChainNetworkID {
|
if GetNetworkID() == params.StatusChainNetworkID {
|
||||||
s.T().Skip()
|
s.T().Skip()
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
addr, err := GetRemoteURL()
|
addr, err := GetRemoteURL()
|
||||||
|
|
Loading…
Reference in New Issue