Skip to content

Commit

Permalink
Skipped read markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Sep 14, 2024
1 parent 723dab4 commit 5810f7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cli_tests/readmarker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ func TestReadMarker(testSetup *testing.T) {
t := test.NewSystemTest(testSetup)
t.SetSmokeTests("After downloading a file, return a readmarker for each blobber used in download")

t.Skip()

// t.Parallel()

const blobbersRequiredForDownload = 3 // download needs (data shards) number of blobbers
Expand Down
2 changes: 2 additions & 0 deletions tests/cli_tests/zboxcli_rp_info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ func TestReadPoolInfo(testSetup *testing.T) {
t := test.NewSystemTest(testSetup)
t.SetSmokeTests("Read pool info testing with json parameter")

t.Skip()

t.Parallel()

t.RunWithTimeout("Read pool info testing with json parameter", 90*time.Second, func(t *test.SystemTest) {
Expand Down
2 changes: 2 additions & 0 deletions tests/cli_tests/zboxcli_rp_lock_unlock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ func TestReadPoolLockUnlock(testSetup *testing.T) {
t := test.NewSystemTest(testSetup)
t.SetSmokeTests("Locking read pool tokens moves tokens from wallet to read pool")

t.Skip()

t.Parallel()

t.RunWithTimeout("Locking read pool tokens moves tokens from wallet to read pool", 90*time.Second, func(t *test.SystemTest) { //TOOD: slow
Expand Down

0 comments on commit 5810f7f

Please sign in to comment.