Skip to content

Commit

Permalink
fix: skip ledger test in short mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Oct 29, 2023
1 parent d1521ff commit 71f5154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ledger/ledger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import (
)

func TestLedgerSupport(t *testing.T) {
if testing.Short() {
t.Skip("skipping ledger support test in short mode.")
}

type testCase struct {
name string
ledger bool
Expand Down

0 comments on commit 71f5154

Please sign in to comment.