Skip to content

Commit

Permalink
Skipped authorizer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Apr 2, 2024
1 parent ee4e87e commit 907dacb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli_tests/zwalletcli_authorizer_rewards_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (

func TestAuthorizerRewards(testSetup *testing.T) {
t := test.NewSystemTest(testSetup)
t.Skip("Skip till fixed : https://github.com/0chain/system_test/issues/1042")
t.SetSmokeTests("Mint WZCN tokens")

t.RunSequentiallyWithTimeout("Verify Authorizer Rewards", time.Minute*10, func(t *test.SystemTest) {
Expand Down
1 change: 1 addition & 0 deletions tests/cli_tests/zwalletcli_zcnbridge_burn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (

func TestBridgeBurn(testSetup *testing.T) {
t := test.NewSystemTest(testSetup)
t.Skip("Skip till fixed : https://github.com/0chain/system_test/issues/1042")
t.SetSmokeTests("Burning WZCN tokens on balance, should work")

t.RunSequentiallyWithTimeout("Burning WZCN tokens on balance, should work", time.Minute*10, func(t *test.SystemTest) {
Expand Down
1 change: 1 addition & 0 deletions tests/cli_tests/zwalletcli_zcnbridge_mint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (

func TestBridgeMint(testSetup *testing.T) {
t := test.NewSystemTest(testSetup)
t.Skip("Skip till fixed : https://github.com/0chain/system_test/issues/1042")
t.SetSmokeTests("Mint WZCN tokens")

t.RunSequentiallyWithTimeout("Mint WZCN tokens", time.Minute*10, func(t *test.SystemTest) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (

func TestBridgeVerify(testSetup *testing.T) {
t := test.NewSystemTest(testSetup)
t.Skip("Skip till fixed : https://github.com/0chain/system_test/issues/1042")
t.SetSmokeTests("Verify ethereum transaction")

t.RunSequentiallyWithTimeout("Verify ethereum transaction", time.Minute*10, func(t *test.SystemTest) {
Expand Down

0 comments on commit 907dacb

Please sign in to comment.