Skip to content

Commit

Permalink
enable skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Jan 31, 2025
1 parent ccf495e commit 3162f45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions destination_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ func TestDestinationPluginAdapter_Run_Write(t *testing.T) {
}

func TestDestinationPluginAdapter_Run_WriteBatch_Success(t *testing.T) {
t.Skip("TODO fix this test")

is := is.New(t)
ctrl := gomock.NewController(t)
dst := NewMockDestination(ctrl)
Expand Down Expand Up @@ -249,8 +247,6 @@ func TestDestinationPluginAdapter_Run_WriteBatch_Success(t *testing.T) {
}

func TestDestinationPluginAdapter_Run_WriteBatch_Partial(t *testing.T) {
t.Skip("TODO fix this test")

is := is.New(t)
ctrl := gomock.NewController(t)
dst := NewMockDestination(ctrl)
Expand Down

0 comments on commit 3162f45

Please sign in to comment.