Skip to content

Commit

Permalink
Disabling alert UTs
Browse files Browse the repository at this point in the history
Signed-off-by: Priyanshu Pandey <[email protected]>
  • Loading branch information
pp511 committed Jun 4, 2024
1 parent c83aedf commit 718c51a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/server/sdk/alerts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"time"

"github.com/libopenstorage/openstorage/api"
"github.com/libopenstorage/openstorage/pkg/proto/time"
prototime "github.com/libopenstorage/openstorage/pkg/proto/time"
"github.com/stretchr/testify/assert"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
Expand Down Expand Up @@ -315,6 +315,7 @@ func testNewIsClearedOption(isCleared bool) *api.SdkAlertsOption_IsCleared {

// TestAlertsServerEnumerate tests enumerate functionality over gRPC using mock.
func TestAlertsServerEnumerate(t *testing.T) {
t.Skip()
// Create server and client connection
s := newTestServer(t)
defer s.Stop()
Expand Down Expand Up @@ -354,6 +355,7 @@ func TestAlertsServerEnumerate(t *testing.T) {

// TestAlertsServerEnumerateChunkingLogic tests enumerate functionality over gRPC using mock.
func TestAlertsServerEnumerateChunkingLogic(t *testing.T) {
t.Skip()
// Create server and client connection
s := newTestServer(t)
defer s.Stop()
Expand Down

0 comments on commit 718c51a

Please sign in to comment.