Skip to content

Commit

Permalink
enable TestPartkeyOnlyRewards on macos (algorand#2429)
Browse files Browse the repository at this point in the history
TestPartkeyOnlyRewards was disabled on darwin.
It is no longer failing on darwin (5/5 runs passed).
  • Loading branch information
algonautshant authored and algonathan committed Jul 8, 2021
1 parent 51a4081 commit 7eb0236
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package participation
import (
"fmt"
"path/filepath"
"runtime"
"testing"

"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -132,9 +131,6 @@ func TestOnlineOfflineRewards(t *testing.T) {
}

func TestPartkeyOnlyRewards(t *testing.T) {
if runtime.GOOS == "darwin" {
t.Skip()
}
if testing.Short() {
t.Skip()
}
Expand Down

0 comments on commit 7eb0236

Please sign in to comment.