Skip to content

Commit 28abe53

Browse files
committed
Remove untestable TestProcessResp
1 parent 3375f4f commit 28abe53

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

internal/agent/m3/m3_test.go

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@ import (
88
"github.com/stretchr/testify/assert"
99
)
1010

11-
// https://tier1app.atlassian.net/browse/GCEA-1780
12-
func TestProcessResp(t *testing.T) {
13-
// TODO: Revisit this test - currently failing in CI
14-
// Test may depend on external systems or have issues with process capture logic.
15-
// Related to JIRA ticket GCEA-1780. Needs investigation of processM3FinResponse implementation.
16-
t.Skip("Skipping until m3 response processing can be fixed - see GCEA-1780")
17-
18-
err := processM3FinResponse([]byte(`{"actions":["capture 1"], "tags":["tag1", "tag2"]}`), map[int]string{1: "abc"})
19-
if err != nil {
20-
t.Fatal(err)
21-
}
22-
}
23-
2411
func TestM3FinPids(t *testing.T) {
2512
var a = func(pids []int) string {
2613
if len(pids) == 0 {

0 commit comments

Comments
 (0)