Skip to content

Commit 31d8466

Browse files
committed
disable load test
1 parent 4a83ea9 commit 31d8466

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

services/horizon/internal/integration/generate_ledgers_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ type sorobanTransaction struct {
3737
}
3838

3939
func TestGenerateLedgers(t *testing.T) {
40+
return
4041
var transactionsPerLedger, ledgers, transfersPerTx int
4142
var output bool
4243
var networkPassphrase string

services/horizon/internal/integration/ingestion_load_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818
)
1919

2020
func TestLoadTestLedgerBackend(t *testing.T) {
21+
return
2122
itest := integration.NewTest(t, integration.Config{
2223
NetworkPassphrase: loadTestNetworkPassphrase,
2324
})

0 commit comments

Comments
 (0)