Skip to content

Commit

Permalink
Merge pull request #38 from reubenmiller/test-enable-event-delete
Browse files Browse the repository at this point in the history
test: enable test which deletes an event
  • Loading branch information
reubenmiller authored Jan 16, 2024
2 parents 513cc43 + 20e73a6 commit 9c9c757
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/c8y_test/event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ func TestEventService_Update(t *testing.T) {
}

func TestEventService_Delete(t *testing.T) {
t.Skip("Skipping due to ci issue on 1020.40.0 on staging latest. https://cumulocity.atlassian.net/browse/MTM-57310")
client := createTestClient()

testDevice, err := createRandomTestDevice()
Expand Down

0 comments on commit 9c9c757

Please sign in to comment.