Skip to content

Commit

Permalink
test: enable test which deletes an event
Browse files Browse the repository at this point in the history
The root cause was located. It was previously failing due to a notification2 subscription queue was full/out of resources
  • Loading branch information
reubenmiller committed Jan 16, 2024
1 parent 513cc43 commit 20e73a6
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 20e73a6

Please sign in to comment.