Skip to content

Commit

Permalink
test: skip test due to server error
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Jan 15, 2024
1 parent baa9dac commit 6dd90cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/c8y_test/event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ 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 6dd90cb

Please sign in to comment.