Skip to content

Commit

Permalink
fix: remove skip for apns e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
gmurayama committed May 28, 2024
1 parent 4c02c24 commit 42e8864
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/apns_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ type ApnsE2ETestSuite struct {
}

func TestApnsE2eSuite(t *testing.T) {
t.Skip("skipping apns")
suite.Run(t, new(ApnsE2ETestSuite))
}

Expand Down

0 comments on commit 42e8864

Please sign in to comment.