From 20e73a66c21a9582522b7744c68ca13b1256fd92 Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Tue, 16 Jan 2024 16:24:23 +0100 Subject: [PATCH] test: enable test which deletes an event The root cause was located. It was previously failing due to a notification2 subscription queue was full/out of resources --- test/c8y_test/event_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/c8y_test/event_test.go b/test/c8y_test/event_test.go index 805f0f54..ba05b33a 100644 --- a/test/c8y_test/event_test.go +++ b/test/c8y_test/event_test.go @@ -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()