RICPLT-3016 Remove indication codes from e2ap
[ric-plt/submgr.git] / e2ap / pkg / e2ap / e2ap_tests / msg.go
index 7502cf1..1c3ab2e 100644 (file)
@@ -113,8 +113,6 @@ func RunTests(t *testing.T, e2aptestctxt *E2ApTests) {
        t.Run(e2aptestctxt.Name(), func(t *testing.T) {
                e2aptestctxt.E2ApTestMsgSubscriptionDeleteFailure(t)
        })
-       t.Run(e2aptestctxt.Name(), func(t *testing.T) { e2aptestctxt.E2ApTestMsgIndication(t) })
-
        t.Run(e2aptestctxt.Name(), func(t *testing.T) { e2aptestctxt.E2ApTestMsgSubscriptionRequestBuffers(t) })
        t.Run(e2aptestctxt.Name(), func(t *testing.T) { e2aptestctxt.E2ApTestMsgSubscriptionResponseBuffers(t) })
        t.Run(e2aptestctxt.Name(), func(t *testing.T) { e2aptestctxt.E2ApTestMsgSubscriptionFailureBuffers(t) })