github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/tm2/pkg/crypto/keys/keybase_ledger_skipped_test.go (about)

     1  //go:build !ledger_suite
     2  // +build !ledger_suite
     3  
     4  package keys
     5  
     6  import "testing"
     7  
     8  func TestCreateLedgerUnsupportedAlgo(t *testing.T) {
     9  	t.Parallel()
    10  
    11  	t.Skip("this test needs to be run with the `ledger_suite` tag enabled")
    12  }
    13  
    14  func TestCreateLedger(t *testing.T) {
    15  	t.Parallel()
    16  
    17  	t.Skip("this test needs to be run with the `ledger_suite` tag enabled")
    18  }