Skip to content

Commit

Permalink
Remove skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Aug 12, 2024
1 parent 3b26b72 commit 2d3033d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ func TestCancelEnterpriseAllocation(testSetup *testing.T) {

})

t.Skip()

t.RunWithTimeout("Cancel allocation after updating duration check refund amount.", time.Minute*15, func(t *test.SystemTest) {
// Setup: Change time_unit to 10 minutes
output, err := utils.UpdateStorageSCConfig(t, scOwnerWallet, map[string]string{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,6 @@ func TestUpdateEnterpriseAllocation(testSetup *testing.T) {
require.InEpsilon(t, amountTotalLockedToAlloc, afterAlloc.WritePool, 0.01, "Write pool balance doesn't match")
})

t.Skip()

t.RunWithTimeout("Update Expiry Should Work", 15*time.Minute, func(t *test.SystemTest) {
allocationID, allocationBeforeUpdate := setupAndParseAllocation(t, configPath, map[string]interface{}{
"lock": calculateAllocationLock(2, 2, 10000, time.Now().Unix(), time.Now().Unix()+int64(time.Minute*15), blobbersList[0].Terms.WritePrice),
Expand Down

0 comments on commit 2d3033d

Please sign in to comment.