Skip to content

Commit

Permalink
exclude mainnet live test from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Feb 7, 2024
1 parent 8938b23 commit 7ebaf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/bitcoin_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (suite *BitcoinClientTestSuite) Test3() {
// suite.Run(t, new(BitcoinClientTestSuite))
// }

func TestBitcoinFeeRate(t *testing.T) {
func LiveTestBitcoinFeeRate(t *testing.T) {
// mainnet config
connCfg := &rpcclient.ConnConfig{
Host: "127.0.0.1:8332",
Expand Down

0 comments on commit 7ebaf38

Please sign in to comment.